.travis.yml 60 Bytes
Newer Older
1 2 3 4 5 6 7 8
language: go

go:
  - "1.11.x"
  - tip

script:
  - go test