.travis.yml 144 B

12345678910111213141516
  1. language: go
  2. env:
  3. - GO111MODULE=on
  4. go:
  5. - '1.12.x'
  6. - '1.13.x'
  7. - tip
  8. matrix:
  9. allow_failures:
  10. - go: tip
  11. script:
  12. - go test ./...