summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhus Lu <phus.lu@citrix.com>2016-09-07 18:23:56 +0800
committerGitHub <noreply@github.com>2016-09-07 18:23:56 +0800
commitb8752e8c60dcf0b3b87e00a9a782126c91d34b21 (patch)
tree1547c39b1e54ab3e34354097fb3135e3179acf74
parenta5596c503d9cfd2eb2d7a3304ebeb6591596c239 (diff)
downloadvyos-xe-guest-utilities-b8752e8c60dcf0b3b87e00a9a782126c91d34b21.tar.gz
vyos-xe-guest-utilities-b8752e8c60dcf0b3b87e00a9a782126c91d34b21.zip
Use 'go tip' version to fix travis build failure
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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