.travis.yml 85 B

12345678
  1. language: go
  2. go:
  3. - "1.x"
  4. - "1.11.x"
  5. install:
  6. - go get -t -v go.mindeco.de/...