summaryrefslogtreecommitdiff
path: root/vendor/github.com/pkg/profile/.travis.yml
blob: 1c9e6bb6bc6ecd2b85ced472f4f91be5da1e8a4e (plain)
1
2
3
4
5
6
7
8
9
10
language: go
go_import_path: github.com/pkg/profile
go:
  - 1.10.x
  - 1.12.x
  - tip

script:
  - go test github.com/pkg/profile
  - go test -race github.com/pkg/profile