Skip to content

Commit

Permalink
test: travis should use npm HEAD for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
othiym23 committed Apr 3, 2015
1 parent c3744ba commit f5bac24
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@~2"
- "npm install -g npm/npm"
- "sudo mkdir -p /var/run/couchdb"
script: "npm run-script test-all"
notifications:
Expand Down

0 comments on commit f5bac24

Please sign in to comment.