DEBSOURCES
Skip Quicknav
sources / golang-github-thejerf-suture / 4.0.1-1 / .travis.yml
1234567891011
language: go arch: - amd64 - ppc64le go: - 1.9 - 1.11 - 1.13 - 1.15 - tip script: go test -timeout 20s ${gobuild_args} ./...