Skip to content

Commit

Permalink
include iojs and 0.12 for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed May 14, 2015
1 parent 5724351 commit bed0c3b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
language: node_js

node_js:
- "iojs"
- "0.12"
- "0.11"
- "0.10"
# - "0.8"
# - "0.6"

install:
- npm -d install

script:
- npm test

after_success:
- ./node_modules/.bin/coveralls < coverage/lcov.info || true
- ./node_modules/.bin/codeclimate < coverage/lcov.info || true
# env:
# - COVERALLS_REPO_TOKEN=000000000000000000000000000000000
# - CODECLIMATE_REPO_TOKEN=0000000000000000000000000000000000000000000000000000000000000000

0 comments on commit bed0c3b

Please sign in to comment.