2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-05 02:20:50 +00:00
restic/vendor/github.com/pkg/profile/.travis.yml

11 lines
171 B
YAML
Raw Normal View History

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