Files
webhook/.travis.yml
T
2019-12-09 16:50:19 -06:00

34 lines
354 B
YAML

language: go
go:
- 1.12.x
- 1.13.x
- tip
os:
- linux
- osx
- windows
arch:
- amd64
- arm64
matrix:
fast_finish: true
allow_failures:
- go: tip
exclude:
- os: windows
go: tip
- os: windows
arch: arm64
- os: osx
arch: arm64
install:
- go get -d -v -t ./...
script:
- go test -v -race ./...