Skip to content

Commit

Permalink
Modified travis build to run integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Paolo Scanferla committed Mar 28, 2015
1 parent b482be5 commit 6c7a060
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 @@ -8,5 +8,6 @@ services:
- mongodb

script:
./node_modules/.bin/mocha test/integration/*.js test/unit/**/*.js
./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec test/unit/**/*.js && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
- ./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec test/unit/**/*.js
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
- ./node_modules/.bin/mocha test/integration/*.js

0 comments on commit 6c7a060

Please sign in to comment.