.travis.yml 181 B

12345678910111213
  1. language: go
  2. go:
  3. - "1.8"
  4. - "1.9"
  5. - "1.10"
  6. - "1.11"
  7. - "1.12"
  8. - tip
  9. matrix:
  10. allow_failures:
  11. - go: tip
  12. script:
  13. go test -v -race -cpu=1,2,4 -bench . -benchmem ./...