File: .travis.yml

package info (click to toggle)
golang-github-google-jsonapi 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 240 kB
  • sloc: makefile: 4
file content (13 lines) | stat: -rw-r--r-- 144 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
language: go
arch:
  - amd64
  - ppc64le
go:
  - 1.11.x
  - 1.12.x
  - 1.13.x
  - 1.14.x
  - 1.15.x
  - 1.16.x
  - tip
script: go test ./... -v