.travis.yml 71 B

12345678
  1. language: go
  2. os:
  3. - linux
  4. - osx
  5. go:
  6. - 1.12
  7. script:
  8. - go test -v