Skip to content

Commit 1df8b46

Browse files
authored
Merge pull request #44 from blond/node-8
Update .travis.yml
2 parents a792bff + 21fdf5a commit 1df8b46

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)