diff --git a/Makefile b/Makefile index ff77f798..58c5f715 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ ALL_PACKAGES=aptly cmd console database debian files http utils BINPATH=$(abspath ./bin) GOM_ENVIRONMENT=-test -ifeq ($(GOVERSION), go1.2) +ifeq ($(GOVERSION), devel) TRAVIS_TARGET=coveralls GOM_ENVIRONMENT+=-development else