Skip to content

Commit 59c4403

Browse files
committedAug 22, 2019
[fix] Latest versions.
1 parent dd1d08b commit 59c4403

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed
 

‎.travis.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- "4"
54
- "6"
65
- "8"
6+
- "10"
77
script:
88
- npm test
99
after_success:
1010
- bash <(curl -s https://codecov.io/bash)
1111
matrix:
1212
fast_finish: true
13-
notifications:
14-
email:
15-
- travis@nodejitsu.com
16-
irc: "irc.freenode.org#nodejitsu"

0 commit comments

Comments
 (0)