diff --git a/.travis.yml b/.travis.yml index 781e050847..0c9ce18157 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,8 @@ sudo: false language: node_js node_js: - - "lts/*" - "stable" -cache: - yarn: true - directories: - - "node_modules" script: - - npm run build:all - - npm run lint - - npm test + - yarn build:all + - yarn lint + - yarn test