Skip to content

Commit 3d4af41

Browse files
committed
update travis.yml
1 parent 191ae69 commit 3d4af41

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

.travis.yml

+13-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1-
sudo: false
21
language: node_js
2+
33
node_js:
4-
- '6'
5-
- '8'
6-
- '10'
4+
- node
5+
- 12
6+
- 10
7+
- 8
8+
- 6
9+
10+
cache:
11+
directories:
12+
- $HOME/.npm
13+
14+
notifications:
15+
email: false

0 commit comments

Comments
 (0)