1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-06 18:43:50 +00:00
Files
rclone/vendor/github.com/marstr/guid/.travis.yml
2018-01-16 13:20:59 +00: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 ./...