aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorcainus <[email protected]>2013-06-02 21:52:41 -0700
committercainus <[email protected]>2013-06-02 21:52:41 -0700
commit5915e1c88adccdc0a2a8225c6ecc8a5ebf84bb0e (patch)
treec7b1b844164ccf2fc5a01437dcbb0c5c1051d2d5 /Makefile
parent844e98851eb0847c49c351652205a92951ded191 (diff)
downloadnode-coveralls-5915e1c88adccdc0a2a8225c6ecc8a5ebf84bb0e.tar.xz
node-coveralls-5915e1c88adccdc0a2a8225c6ecc8a5ebf84bb0e.zip
fixed logger bug in the last published version preventing --verbose from working. version bump to 2.0.11.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 15afcf9..9b4a1f4 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ test-cov: lib-cov
test-coveralls:lib-cov
$(MAKE) test REPORTER=spec
echo TRAVIS_JOB_ID $(TRAVIS_JOB_ID)
- @COVERALLS_COVERAGE=1 $(MAKE) test REPORTER=mocha-lcov-reporter | ./bin/coveralls.js
+ @COVERALLS_COVERAGE=1 $(MAKE) test REPORTER=mocha-lcov-reporter | ./bin/coveralls.js --verbose
rm -rf lib-cov
.PHONY: test