We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbbcc1d commit ce94128Copy full SHA for ce94128
1 file changed
.travis.yml
@@ -3,6 +3,8 @@ language: node_js
3
node_js:
4
- "11.10"
5
cache: yarn
6
+install:
7
+ - yarn install --cwd www
8
script:
9
- yarn test
10
0 commit comments