rclone/vendor/github.com/ncw/swift/.travis.yml

15 lines
139 B
YAML
Raw Normal View History

language: go
sudo: false
go:
- 1.1.2
- 1.2.2
- 1.3.3
- 1.4.2
- 1.5.1
- tip
script:
- test -z "$(go fmt ./...)"
- go test