Skip to content

Commit

Permalink
Update Travis CI configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhanson committed Aug 1, 2013
1 parent 8937094 commit c8b621d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,12 @@ node_js:
- "0.6"
- "0.8"
- "0.10"

before_install:
- "npm install istanbul -g"
- "npm install coveralls -g"

script: "make ci-travis"

after_success:
- "make submit-coverage-to-coveralls"

0 comments on commit c8b621d

Please sign in to comment.