Skip to content

Commit

Permalink
Ya no es compatible con 0.8 por express.
Browse files Browse the repository at this point in the history
Agregamos en Travis-CI la prueba con 0.12
  • Loading branch information
emilioplatzer committed May 11, 2015
1 parent 63e0f21 commit a33ebe0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
language: node_js
node_js:
- "0.8"
- "0.10"
- "0.11"
- "0.12"
matrix:
allow_failures:
- node_js: "0.11"
fast_finish: true
script: "npm run-script test-ci"
after_script: "npm install coveralls@2.10.0 && cat ./coverage/lcov.info | coveralls"

0 comments on commit a33ebe0

Please sign in to comment.