.travis.yml 88 B

12345678910
  1. language: go
  2. go:
  3. - "1.9"
  4. - "1.10"
  5. - "1.11"
  6. - tip
  7. script:
  8. - go test -v ./...