Skip to content

Commit

Permalink
Merge pull request #546 from sethkinast/node-0.12
Browse files Browse the repository at this point in the history
Add Travis test targets for node 0.12 and iojs
  • Loading branch information
prashn64 committed Mar 6, 2015
2 parents a447bea + 6529be6 commit 6fffa4b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@
language: node_js
node_js:
- "0.12"
- "0.10"
- "0.8"
- "iojs-v1.4"
env:
- TEST="all"
- TEST="node"
matrix:
exclude:
- node_js: "iojs-v1.4"
env: TEST="node"
- node_js: "0.12"
env: TEST="node"
- node_js: "0.10"
env: TEST="node"
- node_js: "0.8"
env: TEST="all"
notifications:
email:
- jdemorais@linkedin.com
- vbasavaraj@linkedin.com
- jleppert@linkedin.com
- jchan@linkedin.com
- skinast@linkedin.com
before_install:
Expand Down

0 comments on commit 6fffa4b

Please sign in to comment.