restic/vendor/github.com/pkg/profile/.travis.yml

11 lines
171 B
YAML
Raw Normal View History

2017-07-23 14:24:45 +02:00
language: go
go_import_path: github.com/pkg/profile
go:
2019-04-24 12:32:52 +02:00
- 1.10.x
- 1.12.x
2017-07-23 14:24:45 +02:00
- tip
script:
- go test github.com/pkg/profile
- go test -race github.com/pkg/profile