Skip to content

Commit

Permalink
more tweaks to Travis setup
Browse files Browse the repository at this point in the history
* add io.js
* add 0.12 / remove 0.11
* re-add 0.8 (for now)
  • Loading branch information
othiym23 committed Feb 7, 2015
1 parent ab5efd6 commit c9bd153
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,12 +1,14 @@
language: node_js
node_js:
- "0.11"
- iojs
- "0.12"
- "0.10"
- "0.8"
env:
- DEPLOY_VERSION=testing
before_install:
- "npm config set spin false"
- "npm install -g npm@^2"
- "npm install -g npm@~2"
- "sudo mkdir -p /var/run/couchdb"
script: "npm run-script test-all"
notifications:
Expand Down

0 comments on commit c9bd153

Please sign in to comment.