Skip to content

Commit

Permalink
remove cache (we can afford it) and test on node 8
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Mar 29, 2018
1 parent 5fd3651 commit e282bdb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
language: node_js
node_js:
- '6'
- '7'
cache:
directories:
- node_modules
- '8'
script:
- npm run eslint-check
- npm run lint
Expand Down

0 comments on commit e282bdb

Please sign in to comment.