Fix TRAVIS conditional.

This commit is contained in:
Andrey Smirnov
2013-12-15 12:17:50 +04:00
parent 3b9703b85b
commit a1906b7f2b

View File

@@ -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