only run codeclimate on master

This commit is contained in:
Sebastian McKenzie 2014-10-05 12:32:31 +11:00
parent 4a874e4799
commit c9a14b4a63

View File

@ -17,7 +17,7 @@ test-cov:
test-travis:
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:
make clean