diff options
author | Phus Lu <phus.lu@citrix.com> | 2016-09-07 18:23:56 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-07 18:23:56 +0800 |
commit | b8752e8c60dcf0b3b87e00a9a782126c91d34b21 (patch) | |
tree | 1547c39b1e54ab3e34354097fb3135e3179acf74 | |
parent | a5596c503d9cfd2eb2d7a3304ebeb6591596c239 (diff) | |
download | vyos-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.yml | 2 |
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 |