File: .travis.yml

package info (click to toggle)
golang-github-thejerf-suture 4.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 260 kB
  • sloc: sh: 24; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 141 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
language: go
arch:
   - amd64
   - ppc64le
go:
  - 1.9
  - 1.11
  - 1.13
  - 1.15
  - tip
script: go test -timeout 20s ${gobuild_args} ./...