Skip to content

Commit ce94128

Browse files
authored
chore: Fix ESLint errors in www on CI (#620)
1 parent fbbcc1d commit ce94128

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ language: node_js
33
node_js:
44
- "11.10"
55
cache: yarn
6+
install:
7+
- yarn install --cwd www
68
script:
79
- yarn test
810

0 commit comments

Comments
 (0)