Skip to content

Commit 21fdf5a

Browse files
authored
Update .travis.yml
1 parent a792bff commit 21fdf5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ matrix:
77
- node_js: "4"
88
env: COVERALLS=1
99
- node_js: "6"
10+
- node_js: "8"
1011

1112
after_success:
1213
- if [ "x$COVERALLS" = "x1" ]; then npm run coveralls; fi

0 commit comments

Comments
 (0)