Skip to content

Commit

Permalink
build: update Travis CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Jan 2, 2015
1 parent 09c71ab commit e9feed0
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
node_js:
- "0.8"
- "0.10"
- "0.11"
language: node_js
node_js:
- "0.8"
- "0.10"
- "0.11"
matrix:
allow_failures:
- node_js: "0.11"
fast_finish: true
script: "npm run-script test-travis"
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
after_script: "npm install coveralls@2.11.2 && cat ./coverage/lcov.info | coveralls"

0 comments on commit e9feed0

Please sign in to comment.