diff --git a/Makefile b/Makefile index 4f7ef76d..de540fe8 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ GOVERSION=$(shell go version | awk '{print $$3;}') -ifeq ($(TRAVIS), yes) +ifeq ($(TRAVIS), true) GOVERALLS?=$(HOME)/gopath/bin/goveralls else GOVERALLS?=goveralls