Skip to content

Commit

Permalink
ci(travis.cache): change syntax of travis cache to fix build issues
Browse files Browse the repository at this point in the history
Regularly fails while reaching into cache for pack.js
  • Loading branch information
Tbhesswebber committed Feb 17, 2019
1 parent 6b9e419 commit 0408315
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
sudo: false
language: node_js
cache:
directories:
- node_modules
cache: npm
node_js:
- 8
- 10
Expand Down

0 comments on commit 0408315

Please sign in to comment.