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.
2 parents 262af74 + a8329e2 commit 8941253Copy full SHA for 8941253
.travis.yml
@@ -1,14 +1,11 @@
1
sudo: false
2
language: node_js
3
node_js:
4
- - "0.10"
5
- - "0.12"
6
- - "iojs-v2.1.0"
+ - 4
+ - 6
+ - 7
7
script: npm run travis
8
9
-before_install:
10
- - '[ "${TRAVIS_NODE_VERSION}" != "0.10" ] || npm install -g npm'
11
-
12
after_success:
13
- cat ./coverage/lcov.info | node_modules/.bin/coveralls --verbose
14
- cat ./coverage/coverage.json | node_modules/codecov.io/bin/codecov.io.js
0 commit comments