We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3facc4a commit cb4b4daCopy full SHA for cb4b4da
.travis.yml
@@ -1,7 +1,8 @@
1
sudo: false
2
language: node_js
3
node_js:
4
- - node
+ - "6"
5
+ - "4"
6
script: npm run travis
7
after_success:
8
- cat ./coverage/coverage.json | node_modules/codecov.io/bin/codecov.io.js
0 commit comments