Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorForrest L Norvell <forrest@npmjs.com>2015-02-07 03:18:58 +0300
committerForrest L Norvell <forrest@npmjs.com>2015-02-07 03:18:58 +0300
commitc9bd1539cacc206884818787b72b0df4a17cdc68 (patch)
tree21f3022147a3cfb35252b077973cce816bece068 /.travis.yml
parentab5efd6f81f1b48a066fe5b687a47e94ab1e57dd (diff)
more tweaks to Travis setup
* add io.js * add 0.12 / remove 0.11 * re-add 0.8 (for now)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 43d863a1f..3ed21bf41 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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: