Skip to content
This repository was archived by the owner on Apr 26, 2019. It is now read-only.

Commit dfa14db

Browse files
committed
chore(travis): run in Node 8, cache ~/.npm
1 parent ff53306 commit dfa14db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ sudo: false
22
language: node_js
33
cache:
44
directories:
5-
- node_modules
5+
- ~/.npm
66
notifications:
77
email: false
88
node_js:
9-
- 4
9+
- 8
1010
script: npm run $COMMAND
1111
before_script:
1212
- npm prune

0 commit comments

Comments
 (0)