Merge pull request #271 from sreekanth370/master

Added power support for the travis.yml file with ppc64le.
This commit is contained in:
Michail Kargakis 2020-11-07 18:17:24 +01:00 committed by GitHub
commit 6c0630556d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
sudo: false
language: go
arch:
- amd64
- ppc64e
go:
- "1.13"