Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
target multiple iojs versions, remove notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphtheninja committed May 6, 2015
1 parent fa2487b commit ef0ba86
Showing 1 changed file with 10 additions and 21 deletions.
31 changes: 10 additions & 21 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,13 @@
language: node_js

before_install:
- export JOBS=max

node_js:
- "0.10"
- "2.0.0"
- "1.8.1"
- "0.12"
- "iojs"
branches:
only:
- master
notifications:
email:
- r@va.gg
- john@chesl.es
- raynos2@gmail.com
- dominic.tarr@gmail.com
- max@maxogden.com
- lars.magnus.skog@gmail.com
- david.bjorklund@gmail.com
- julian@juliangruber.com
- paolo@async.ly
- anton.whalley@nearform.com
- matteo.collina@gmail.com
- pedro.teixeira@gmail.com
- mail@substack.net
script: npm test
- "0.10"

script:
- npm test

0 comments on commit ef0ba86

Please sign in to comment.