There was an error while loading. Please reload this page.
1 parent 07cf351 commit b0c6529Copy full SHA for b0c6529
1 file changed
.travis.yml
@@ -3,12 +3,12 @@ language: node_js
3
node_js:
4
- "0.10"
5
- "0.12"
6
-# - "iojs"
+ - "iojs"
7
script: npm run travis
8
env:
9
- NO_WATCH_TESTS=1
10
11
before_install:
12
- npm install -g npm
+ - '[ "${TRAVIS_NODE_VERSION}" != "0.10" ] || npm install -g npm'
13
14
after_success: cat ./coverage/lcov.info | node_modules/.bin/coveralls --verbose && rm -rf ./coverage
0 commit comments