Skip to content

Commit

Permalink
Use 'go tip' version to fix travis build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Phus Lu authored Sep 7, 2016
1 parent a5596c5 commit b8752e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b8752e8

Please sign in to comment.