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:
authorDylan Greene <dylang@gmail.com>2014-07-31 07:12:41 +0400
committerForrest L Norvell <forrest@npmjs.com>2014-08-08 05:42:39 +0400
commitf5a94343a8ebe4a8cd987320b55137aef53fb3fd (patch)
tree12b7a4bf292c72e485ee97bf1cf79c1e4df6052f /.travis.yml
parent126cafcc6706814c88af3042f2ffff408747bff4 (diff)
try with my PR's
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 0fbe8dc33..273414864 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,11 @@
language: node_js
-script: "npm run-script tap"
node_js:
- "0.11"
- "0.10"
+env:
+ - DEPLOY_VERSION=testing
+before_install:
+ - "npm config set spin false"
+ - "npm install -g npm@^2"
+ - "sudo mkdir -p /var/run/couchdb"
+script: "npm run-script tap"