Fix unit tests
[govpp.git] / vendor / github.com / pkg / profile / .travis.yml
1 language: go
2 go_import_path: github.com/pkg/profile
3 go:
4   - 1.4.3
5   - 1.5.2
6   - 1.6.3
7   - tip
8
9 script:
10   - go test github.com/pkg/profile
11   - go test -race github.com/pkg/profile