Skip to content

Commit

Permalink
update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed May 28, 2015
1 parent fa1b374 commit 35b1005
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
language: node_js

node_js:
- "iojs"
- "0.12"
- "0.11"
- "0.10"

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

0 comments on commit 35b1005

Please sign in to comment.