mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +00:00
Disable coverage in Travis.
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user