Codebase list golang-github-toqueteos-webbrowser / upstream/1.2.0+git20190725.dc97d39 .travis.yml
upstream/1.2.0+git20190725.dc97d39

Tree @upstream/1.2.0+git20190725.dc97d39 (Download .tar.gz)

.travis.yml @upstream/1.2.0+git20190725.dc97d39raw · history · blame

1
2
3
4
5
6
7
8
9
language: go

go:
  - 1.2
  - 1.12
  - tip

script:
  - go build ./...