aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorcainus <[email protected]>2013-06-02 20:13:47 -0700
committercainus <[email protected]>2013-06-02 20:13:47 -0700
commit95d9f5faf5d503fe8f2705b084126efff7c421d8 (patch)
treeb1a7228890f9768a8777f02690afc2fb60155886 /Makefile
parent60e42703250825be931ef613d34a6ee0385c5124 (diff)
downloadnode-coveralls-95d9f5faf5d503fe8f2705b084126efff7c421d8.tar.xz
node-coveralls-95d9f5faf5d503fe8f2705b084126efff7c421d8.zip
turn on verbose logging for the self-build with the new --verbose switch.
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