Skip to content

Commit

Permalink
re-enable caching for node tests of v6 and v4
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Hiller <[email protected]>
  • Loading branch information
boneskull committed Apr 4, 2018
1 parent c587b7f commit b9d0397
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,18 @@ jobs:
- &node
script: npm start test.node
node_js: '8'
cache: false

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

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

- script: npm start test.bundle test.browser
before_script: mkdir -p .karma
Expand Down

0 comments on commit b9d0397

Please sign in to comment.