.travis.yml 206 B

12345678910111213
  1. ---
  2. dist: xenial
  3. env:
  4. - GO111MODULE=on GOPROXY=https://proxy.golang.org
  5. go:
  6. - 1.10.x
  7. - 1.11.x
  8. - 1.12.x
  9. - 1.13.x
  10. language: go
  11. os: linux
  12. script:
  13. - "go test -cpu=1,2 -v -tags integration ./..."