You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.travis.yml 212B

123456789101112131415161718192021
  1. sudo: false
  2. language: go
  3. go:
  4. - 1.9
  5. - "1.10"
  6. - tip
  7. os:
  8. - linux
  9. - osx
  10. matrix:
  11. allow_failures:
  12. - go: tip
  13. fast_finish: true
  14. script:
  15. - go build
  16. - go test -race -v ./...