Skip to content

Commit

Permalink
make sure use new npm
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Oct 30, 2014
1 parent 8e974df commit 0fdec9a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ node_js:
- '0.8'
- '0.11'
- '0.10'
script: "npm run test-travis"
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
before_script: "npm install npm"
script: "node_modules/.bin/npm run test-travis"
after_script: "node_modules/.bin/npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"

0 comments on commit 0fdec9a

Please sign in to comment.