Skip to content

Commit

Permalink
Merge pull request #19 from krakenjs/travis
Browse files Browse the repository at this point in the history
Update runtimes to extend test coverage.
  • Loading branch information
Poornima Venkat committed Nov 10, 2015
2 parents c91760d + 97c3c71 commit f9163dc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
language: node_js

node_js:
- "0.11"
- "0.12"
- "0.10"
- "iojs"
- "iojs-v1.1.0"

script:
- "npm run-script cover"
- "npm run-script lint"
- "npm run-script lint"

0 comments on commit f9163dc

Please sign in to comment.