Skip to content

Commit

Permalink
Remove cache from travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
zalmoxisus committed Dec 22, 2018
1 parent 4da24cc commit 33c11cf
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 33c11cf

Please sign in to comment.