Skip to content

Commit

Permalink
Tell Travis to use grunt for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed May 18, 2015
1 parent 163e1bf commit 78a5795
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@ before_install:
before_script:
- "until nc -z localhost 27017; do echo Waiting for MongoDB; sleep 1; done"
- "mongo --version"


script:
- grunt test

after_script:
- npm run coverage
- coveralls < coverage/lcov.info
- grunt coveralls
- grunt coverage
- codeclimate < coverage/lcov.info

0 comments on commit 78a5795

Please sign in to comment.