.travis.yml 83 B

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