1
0
Fork 0
mirror of https://github.com/vbatts/go-mtree.git synced 2024-12-18 12:06:30 +00:00

Merge pull request #160 from asellappen/master

Add poweron architecture ppc64le to travis build
This commit is contained in:
Vincent Batts 2020-10-20 06:43:10 -04:00 committed by GitHub
commit ced0ce3470
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.x"
- "1.14.x"