Skip to content

Commit 99c778e

Browse files
ashleygwilliamsiarna
authored andcommittedJun 26, 2017
travis: test node 8 not 7
1 parent e112d1b commit 99c778e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: node_js
22
node_js:
3+
- '8'
34
- '6'
45
- '4'
5-
- '7'
66
sudo: false
77
script: "npm test"
88

0 commit comments

Comments
 (0)
Please sign in to comment.