.travis.yml 88 B

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