Skip to content

Commit

Permalink
Prevent coveralls jank from breaking the build.
Browse files Browse the repository at this point in the history
  • Loading branch information
jxson committed Mar 28, 2016
1 parent 788041f commit a251b99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -61,7 +61,8 @@ coverage: node_modules index.js test/index.js node_modules

.PHONY: coveralls
coveralls: node_modules coverage
@istanbul report lcov && (cat coverage/lcov.info | coveralls)
@istanbul report lcov
(cat coverage/lcov.info | coveralls) || exit 0

.PHONY: travis
travis: test coveralls

0 comments on commit a251b99

Please sign in to comment.