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-04-03 07:21:57 +0300
committerForrest L Norvell <forrest@npmjs.com>2015-04-03 07:21:57 +0300
commitf5bac24c7ee28eb0deddf8e88de9422a28488bb3 (patch)
tree1ef882ec3f78a58aec14db98fca4fdb366c0a015 /.travis.yml
parentc3744baf2e4a140ada61c71fb4725804cec0f7e8 (diff)
test: travis should use npm HEAD for tests
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 3ed21bf41..e971a8553 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,7 @@ env:
- DEPLOY_VERSION=testing
before_install:
- "npm config set spin false"
- - "npm install -g npm@~2"
+ - "npm install -g npm/npm"
- "sudo mkdir -p /var/run/couchdb"
script: "npm run-script test-all"
notifications: