.travis.yml 266 B

123456789101112131415161718
  1. language: go
  2. go:
  3. - 1.9.x
  4. - tip
  5. go_import_path: github.com/containerd/console
  6. install:
  7. - go get -d
  8. - GOOS=windows go get -d
  9. - GOOS=solaris go get -d
  10. script:
  11. - go test -race
  12. - GOOS=windows go test
  13. - GOOS=solaris go build
  14. - GOOS=solaris go test -c