Disable coverage in Travis.

This commit is contained in:
Andrey Smirnov
2013-12-16 18:08:43 +04:00
parent 068d3aee38
commit d2b79e4cf3
+7 -5
View File
@@ -6,13 +6,15 @@ else
GOVERALLS?=goveralls GOVERALLS?=goveralls
endif endif
ifeq ($(GOVERSION), go1.2) # Disable coverage in Redis until I figure out go tool cover + multiple
TRAVIS_TARGET=coveralls # packages
PREPARE_LIST=cover-prepare #ifeq ($(GOVERSION), go1.2)
else #TRAVIS_TARGET=coveralls
#PREPARE_LIST=cover-prepare
#else
TRAVIS_TARGET=test TRAVIS_TARGET=test
PREPARE_LIST= PREPARE_LIST=
endif #endif
all: test check all: test check