diff options
| author | cainus <[email protected]> | 2013-06-02 20:13:47 -0700 |
|---|---|---|
| committer | cainus <[email protected]> | 2013-06-02 20:13:47 -0700 |
| commit | 95d9f5faf5d503fe8f2705b084126efff7c421d8 (patch) | |
| tree | b1a7228890f9768a8777f02690afc2fb60155886 /Makefile | |
| parent | 60e42703250825be931ef613d34a6ee0385c5124 (diff) | |
| download | node-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
