diff --git a/.travis.yml b/.travis.yml index b101baa1..878675d0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,8 @@ language: node_js node_js: - "11.10" cache: yarn +install: + - yarn install --cwd www script: - yarn test