From b8752e8c60dcf0b3b87e00a9a782126c91d34b21 Mon Sep 17 00:00:00 2001 From: Phus Lu Date: Wed, 7 Sep 2016 18:23:56 +0800 Subject: [PATCH] Use 'go tip' version to fix travis build failure --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9a30af2..86d7b39 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,6 @@ go: # Used for building XenServer Dundee - 1.4.2 # Forwards compatibility - - release + - tip script: - gofmtresult=$(gofmt -s -l .); if [[ -n $gofmtresult ]]; then echo -e "Please run \"gofmt -s -w .\" before committing for the below:\n$gofmtresult"; false; fi