diff --git a/.travis.yml b/.travis.yml index e528ef5..08893af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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