Skip to content

Commit

Permalink
disable caching for older node versions entirely
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
  • Loading branch information
boneskull committed Apr 4, 2018
1 parent cc4766c commit 73e0083
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Expand Up @@ -21,18 +21,15 @@ jobs:
script: npm start test.node

- <<: *node
cache: false
node_js: '8'

- <<: *node
cache:
directories:
- node_modules
cache: false
node_js: '6'

- <<: *node
cache:
directories:
- node_modules
cache: false
node_js: '4'

- script: npm start test.bundle
Expand Down

0 comments on commit 73e0083

Please sign in to comment.