only run codeclimate on master
This commit is contained in:
parent
4a874e4799
commit
c9a14b4a63
2
Makefile
2
Makefile
@ -17,7 +17,7 @@ test-cov:
|
|||||||
|
|
||||||
test-travis:
|
test-travis:
|
||||||
node $(ISTANBUL_CMD) $(MOCHA_CMD) --report lcovonly -- --reporter spec
|
node $(ISTANBUL_CMD) $(MOCHA_CMD) --report lcovonly -- --reporter spec
|
||||||
codeclimate < coverage/lcov.info
|
if test -n "$$CODECLIMATE_REPO_TOKEN"; then codeclimate < coverage/lcov.info; fi
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
make clean
|
make clean
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user