.travis.yml 85 B

123456789
  1. language: go
  2. go:
  3. - 1.4
  4. - 1.5
  5. script:
  6. - go test -cpu=2
  7. - go test -cpu=2 -race