Skip to content

Commit

Permalink
chore(travis): changed to use npm run-script
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Briglia committed May 7, 2015
1 parent 557bbaf commit d47bf3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ node_js:
- "0.10"
before_script:
- npm install -g gulp
script: npm test
after_script: npm coveralls
script: npm run-script test
after_script: npm run-script coveralls

0 comments on commit d47bf3d

Please sign in to comment.