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 161B

12345678910
  1. language: go
  2. go:
  3. - 1.14.x
  4. - 1.15.x
  5. script: go test -v -check.vv -race ./...
  6. sudo: false
  7. notifications:
  8. email:
  9. on_success: never
  10. on_failure: always