.travis.yml 83 B

123456789
  1. language: go
  2. go:
  3. - 1.7.x
  4. - 1.8.x
  5. - 1.x
  6. - master
  7. script:
  8. - go test ./...