.travis.yml 83 B

1234567
  1. language: go
  2. sudo: false
  3. go:
  4. - 1.4
  5. - 1.5
  6. script:
  7. - go test -race -v -bench=.