We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a792bff + 21fdf5a commit 1df8b46Copy full SHA for 1df8b46
.travis.yml
@@ -7,6 +7,7 @@ matrix:
7
- node_js: "4"
8
env: COVERALLS=1
9
- node_js: "6"
10
+ - node_js: "8"
11
12
after_success:
13
- if [ "x$COVERALLS" = "x1" ]; then npm run coveralls; fi
0 commit comments