From 814e4ee66bfb6c070ccedb41d93cf1cc3bbf077f Mon Sep 17 00:00:00 2001 From: jomo Date: Sat, 8 Nov 2014 03:13:52 +0100 Subject: [PATCH] fix coveralls / travis? :o --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 45ceae5..a1edba0 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,6 @@ test: @NODE_ENV=test ./node_modules/.bin/mocha test-coveralls: - @$(MAKE) test @echo TRAVIS_JOB_ID $(TRAVIS_JOB_ID) @$(MAKE) test REPORTER=mocha-lcov-reporter | ./node_modules/.bin/coveralls