.travis.yml 192 B

123456789101112131415161718
  1. language: go
  2. go:
  3. - 1.8.x
  4. - 1.9.x
  5. - 1.10.x
  6. - master
  7. matrix:
  8. fast_finish: true
  9. allow_failures:
  10. - go: master
  11. sudo: false
  12. script:
  13. - go test -v -cpu=2
  14. - go test -v -cpu=2 -race