Skip to content

Commit

Permalink
Fix travis task
Browse files Browse the repository at this point in the history
  • Loading branch information
vassiliy committed May 15, 2017
1 parent b525695 commit 5aff1f5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Expand Up @@ -6,7 +6,10 @@ c- c-%:

coveralls:
make tape tap
istanbul cover ./node_modules/mocha/bin/_mocha spec/main.js --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
istanbul cover ./node_modules/mocha/bin/_mocha ./node_modules/ddry/ddry.js \
--report lcovonly -- -R spec && \
cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && \
rm -rf ./coverage

mocha:
./node_modules/.bin/mocha \
Expand Down

0 comments on commit 5aff1f5

Please sign in to comment.