Skip to content

Commit 0a6fb7f

Browse files
committed
build: support Node.js 0.12
1 parent 836e3da commit 0a6fb7f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ language: node_js
22
node_js:
33
- "0.8"
44
- "0.10"
5-
- "0.11"
6-
matrix:
7-
allow_failures:
8-
- node_js: "0.11"
9-
fast_finish: true
5+
- "0.12"
106
script: "npm run-script test-travis"
117
after_script: "test $TRAVIS_NODE_VERSION = '0.10' && npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"

0 commit comments

Comments
 (0)