2
2
mirror of https://github.com/octoleo/restic.git synced 2024-09-25 04:59:01 +00:00
restic/vendor/github.com/marstr/guid/.travis.yml

18 lines
268 B
YAML
Raw Normal View History

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 ./...