Skip to content

Commit 0408315

Browse files
committed
ci(travis.cache): change syntax of travis cache to fix build issues
Regularly fails while reaching into cache for pack.js
1 parent 6b9e419 commit 0408315

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
sudo: false
22
language: node_js
3-
cache:
4-
directories:
5-
- node_modules
3+
cache: npm
64
node_js:
75
- 8
86
- 10

0 commit comments

Comments
 (0)