.travis.yml 81 B

12345678910
  1. language: go
  2. go:
  3. - 1.9
  4. - 1.8
  5. - 1.7
  6. - 1.6
  7. script:
  8. - go test -v ./...