Skip to content

Commit e1057bd

Browse files
committed
build: support Node.js 0.12
closes expressjs#2538
1 parent f22937f commit e1057bd

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,11 +2,7 @@ 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
sudo: false
117
script: "npm run-script test-travis"
128
after_script: "npm install [email protected] && cat ./coverage/lcov.info | coveralls"

0 commit comments

Comments
 (0)