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
+11 -3
View File
@@ -3,20 +3,28 @@ language: go
go:
- 1.12.x
- 1.13.x
- tip
- master
os:
- linux
- osx
- windows
arch:
- amd64
- arm64
matrix:
fast_finish: true
allow_failures:
- go: tip
- go: master
exclude:
- os: windows
go: tip
go: master
- os: windows
arch: arm64
- os: osx
arch: arm64
install:
- go get -d -v -t ./...