diff --git a/.travis.yml b/.travis.yml index 98f9331..c6b27e9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,5 +17,5 @@ before_script: script: - - "istanbul cover _mocha -- -R spec tests/*.js" + - "istanbul cover _mocha -- -R spec tests/*.js tests/*/*.js" - "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"