Skip to content

Commit b0b58f5

Browse files
update .travis.yml
1 parent 03666a6 commit b0b58f5

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
language: node_js
22
node_js:
3+
- "iojs"
4+
- "0.12"
35
- "0.11"
46
- "0.10"
5-
# - "0.8"
6-
# - "0.6"
77
install:
88
- npm -d install
99
script:
1010
- npm test
1111
after_success:
1212
- ./node_modules/.bin/coveralls < coverage/lcov.info || true
1313
- ./node_modules/.bin/codeclimate < coverage/lcov.info || true
14-
# env:
15-
# - COVERALLS_REPO_TOKEN=000000000000000000000000000000000
16-
# - CODECLIMATE_REPO_TOKEN=0000000000000000000000000000000000000000000000000000000000000000

0 commit comments

Comments
 (0)