Skip to content

Commit 1339f8e

Browse files
authored
Merge pull request #13 from ntwb/patch-1
Travis CI: Test on latest Node.js v4.x.x and v6.x.x branches
2 parents 0edb460 + 4a5078c commit 1339f8e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
language: node_js
22
node_js:
3-
- '5.0'
4-
- '4.0'
3+
- '6'
4+
- '5'
5+
- '4'
56
notifications:
67
email: false
78
sudo: false

0 commit comments

Comments
 (0)