.travis.yml 81 B

123456789
  1. language: go
  2. go:
  3. - "1.3"
  4. - "1.4"
  5. - "1.10"
  6. script:
  7. - go test
  8. - go build