Update .travis.yml

added arch ppc64le on yml file.
This commit is contained in:
srinivas32 2020-09-25 17:00:16 +05:30 committed by John MacFarlane
parent 59a8bd1e99
commit 3c414872cf

View File

@ -1,4 +1,7 @@
# Ensures that sudo is disabled, so that containerized builds are allowed
arch:
- amd64
- ppc64le
sudo: false
os: