Skip to content

Commit

Permalink
debug a bit
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Rubin <jrubin@zvelo.com>
  • Loading branch information
Joshua Rubin committed Nov 14, 2014
1 parent e938bda commit c773c44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ coverage: .acc.out
coveralls: .coveralls-stamp

.coveralls-stamp: .coveralls-dep-stamp .acc.out
@if [ -n "$(WERCKER_GIT_BRANCH)" ]; then \
if [ -n "$(WERCKER_GIT_BRANCH)" ]; then \
export GIT_BRANCH=$$WERCKER_GIT_BRANCH; \
fi
@if [ -n "$(COVERALLS_REPO_TOKEN)" ]; then \
if [ -n "$(COVERALLS_REPO_TOKEN)" ]; then \
goveralls -v -coverprofile=.acc.out -service wercker -repotoken $(COVERALLS_REPO_TOKEN); \
fi
@touch .coveralls-stamp
Expand Down

0 comments on commit c773c44

Please sign in to comment.