Merge pull request #363 from moorereason/feature/arm64-travisci

Add arm64 to Travis CI
This commit is contained in:
Adnan Hajdarević 2019-12-10 00:23:38 +01:00 committed by GitHub
commit c47c06e822
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,20 +3,28 @@ language: go
go: go:
- 1.12.x - 1.12.x
- 1.13.x - 1.13.x
- tip - master
os: os:
- linux - linux
- osx - osx
- windows - windows
arch:
- amd64
- arm64
matrix: matrix:
fast_finish: true fast_finish: true
allow_failures: allow_failures:
- go: tip - go: master
exclude: exclude:
- os: windows - os: windows
go: tip go: master
- os: windows
arch: arm64
- os: osx
arch: arm64
install: install:
- go get -d -v -t ./... - go get -d -v -t ./...