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 3697257 commit 7f49d54Copy full SHA for 7f49d54
.travis.yml
@@ -3,11 +3,9 @@ language: node_js
3
node_js:
4
- "4"
5
- "6"
6
+ - "7"
7
script: npm run travis
8
-before_install:
9
- - '[ "${TRAVIS_NODE_VERSION}" != "0.10" ] || npm install -g npm'
10
-
11
after_success:
12
- cat ./coverage/lcov.info | node_modules/.bin/coveralls --verbose
13
- cat ./coverage/coverage.json | node_modules/codecov.io/bin/codecov.io.js
0 commit comments