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 bd6a593 commit d3dfe67Copy full SHA for d3dfe67
.travis.yml
@@ -1,8 +1,9 @@
1
sudo: false
2
language: node_js
3
node_js:
4
- - "6"
5
- "4"
+ - "6"
6
+ - "7"
7
script: npm run travis
8
after_success:
9
- cat ./coverage/coverage.json | node_modules/codecov.io/bin/codecov.io.js
0 commit comments