packer-plugin-xenserver/.travis.yml
Rob Dobson 75290051a1 Fixing the go release to 1.2
Signed-off-by: Rob Dobson <rob.dobson@citrix.com>
2015-06-22 11:32:21 +01:00

8 lines
283 B
YAML

language: go
go:
# Test with the first and the latest go release - to ensure compatibility
- 1.2
- release
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