5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 19:32:31 +00:00
matterbridge/vendor/github.com/go-asn1-ber/asn1-ber/.travis.yml

44 lines
474 B
YAML
Raw Normal View History

2020-08-09 22:29:54 +00:00
language: go
2020-10-19 21:40:00 +00:00
go:
- 1.2.x
- 1.6.x
- 1.9.x
- 1.10.x
- 1.11.x
- 1.12.x
- 1.14.x
- tip
os:
- linux
arch:
- amd64
2021-10-16 21:11:32 +00:00
- ppc64le
2020-10-19 21:40:00 +00:00
dist: xenial
env:
- GOARCH=amd64
jobs:
include:
- os: windows
go: 1.14.x
- os: osx
go: 1.14.x
- os: linux
go: 1.14.x
arch: arm64
- os: linux
go: 1.14.x
env:
- GOARCH=386
2020-08-09 22:29:54 +00:00
script:
2020-10-19 21:40:00 +00:00
- go test -v -cover ./... || go test -v ./...
2021-10-16 21:11:32 +00:00
matrix:
allowfailures:
go: 1.2.x