Skip to content

Commit

Permalink
travis: Use the version of npm being tested
Browse files Browse the repository at this point in the history
  • Loading branch information
iarna committed Jun 26, 2015
1 parent 231a582 commit ae1f202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
- DEPLOY_VERSION=testing
before_install:
- "npm config set spin false"
- "npm install -g npm/npm"
- "node . install -g ."
- "sudo mkdir -p /var/run/couchdb"
script: "npm run-script test-all"
notifications:
Expand Down

0 comments on commit ae1f202

Please sign in to comment.