.travis.yml 69 B

12345678
  1. language: go
  2. go:
  3. - 1.9
  4. - master
  5. script:
  6. - go test -v