mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +00:00
Fix TRAVIS conditional.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
GOVERSION=$(shell go version | awk '{print $$3;}')
|
GOVERSION=$(shell go version | awk '{print $$3;}')
|
||||||
|
|
||||||
ifeq ($(TRAVIS), yes)
|
ifeq ($(TRAVIS), true)
|
||||||
GOVERALLS?=$(HOME)/gopath/bin/goveralls
|
GOVERALLS?=$(HOME)/gopath/bin/goveralls
|
||||||
else
|
else
|
||||||
GOVERALLS?=goveralls
|
GOVERALLS?=goveralls
|
||||||
|
|||||||
Reference in New Issue
Block a user