We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ed403e7 + d1e79f8 commit 0ba0bbcCopy full SHA for 0ba0bbc
.travis.yml
@@ -1,5 +1,9 @@
1
language: node_js
2
-node_js: "4"
+node_js:
3
+ - "8"
4
+ - "7"
5
+ - "6"
6
+ - "4"
7
sudo: false
8
script: "npm run-script coverage"
9
after_script: "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
0 commit comments