From 57722597eec389276e3cce8b93d3cf2bde1dd992 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Fri, 7 Mar 2014 16:37:17 +0400 Subject: [PATCH] Move coveralls build to go tip build, which is allowed to fail. coveralls.io is really unstable. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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