Skip to content

Commit

Permalink
Merge pull request pencilblue#841 from pencilblue/feature/test-matrix…
Browse files Browse the repository at this point in the history
…-update

Updating travis test matrix
  • Loading branch information
brianhyder committed Nov 13, 2015
2 parents 796f88a + c49cb3c commit 73f737f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ language: node_js
node_js:
- "0.11"
- "0.12"
- "iojs-1.4.2"
- "4.1"
- "iojs-3.3.1"
after_script:
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
- rm -rf ./coverage
Expand Down

0 comments on commit 73f737f

Please sign in to comment.