2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-20 17:52:23 +00:00
restic/vendor/github.com/marstr/guid/.travis.yml
Alexander Neumann 2b39f9f4b2 Update dependencies
Among others, this updates minio-go, so that the new "eu-west-3" zone
for AWS is supported.
2018-01-23 19:40:42 +01:00

18 lines
268 B
YAML

sudo: false
language: go
go:
- 1.7
- 1.8
install:
- go get -u github.com/golang/lint/golint
- go get -u github.com/HewlettPackard/gas
script:
- golint --set_exit_status
- go vet
- go test -v -cover -race
- go test -bench .
- gas ./...