Merge pull request #514 from dthadi3/ppc64le

Travis-ci: added support for ppc64le
This commit is contained in:
lestrrat 2020-12-03 07:53:22 +09:00 committed by GitHub
commit 4045ebad41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,7 @@
language: go
arch:
- AMD64
- ppc64le
go:
- 1.13.x
- tip