summaryrefslogtreecommitdiff
path: root/deps/npm/.travis.yml
diff options
context:
space:
mode:
authorForrest L Norvell <forrest@npmjs.com>2015-04-10 05:56:01 -0700
committerForrest L Norvell <forrest@npmjs.com>2015-04-10 14:22:47 -0700
commitcc8376ae67b57d5379881ae9582ee2e8352fc171 (patch)
treecd66f66da8e42dbf61016018667b0e57c0844663 /deps/npm/.travis.yml
parentf0bf6bb024f86412c2dbe6f0ea1f984a3a25ec2a (diff)
downloadandroid-node-v8-cc8376ae67b57d5379881ae9582ee2e8352fc171.tar.gz
android-node-v8-cc8376ae67b57d5379881ae9582ee2e8352fc171.tar.bz2
android-node-v8-cc8376ae67b57d5379881ae9582ee2e8352fc171.zip
deps: upgrade npm to 2.7.6
PR-URL: https://github.com/iojs/io.js/pull/1390 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Diffstat (limited to 'deps/npm/.travis.yml')
-rw-r--r--deps/npm/.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/.travis.yml b/deps/npm/.travis.yml
index 3ed21bf417..e971a85534 100644
--- a/deps/npm/.travis.yml
+++ b/deps/npm/.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: