.travis.yml raw

   1  language: go
   2  go_import_path: github.com/pkg/profile
   3  go:
   4    - 1.13.x
   5    - 1.14.x
   6    - tip
   7  
   8  script:
   9    - go test -race github.com/pkg/profile
  10