Skip to content

Commit b0c6529

Browse files
committed
Build using Io.js on Travis
1 parent 07cf351 commit b0c6529

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ language: node_js
33
node_js:
44
- "0.10"
55
- "0.12"
6-
# - "iojs"
6+
- "iojs"
77
script: npm run travis
88
env:
99
- NO_WATCH_TESTS=1
1010

1111
before_install:
12-
npm install -g npm
12+
- '[ "${TRAVIS_NODE_VERSION}" != "0.10" ] || npm install -g npm'
1313

1414
after_success: cat ./coverage/lcov.info | node_modules/.bin/coveralls --verbose && rm -rf ./coverage

0 commit comments

Comments
 (0)