Skip to content

Commit 205e0ef

Browse files
update .travis.yml
1 parent 8458cce commit 205e0ef

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
language: node_js
2-
32
node_js:
43
- "iojs"
54
- "0.12"
65
- "0.11"
76
- "0.10"
8-
97
install:
108
- npm -d install
11-
129
script:
1310
- npm test
14-
1511
after_success:
1612
- ./node_modules/.bin/coveralls < coverage/lcov.info || true
1713
- ./node_modules/.bin/codeclimate < coverage/lcov.info || true

0 commit comments

Comments
 (0)