Skip to content

Commit 63881ad

Browse files
committed
Modify travis.yml node versions
1 parent e07e4a6 commit 63881ad

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
language: node_js
22
cache:
33
directories:
4-
- node_modules
4+
- ~/.npm
55
notifications:
6-
email: false
6+
email: true
77
node_js:
8-
- '10'
8+
- '9'
9+
- '8'
910
before_script:
1011
- npm prune
1112
after_success:

0 commit comments

Comments
 (0)