added power support arch ppc64le on yml file.

Added power support for the travis.yml file with ppc64le. This is part of the Ubuntu distribution for ppc64le.
This commit is contained in:
srinivas32 2020-11-06 15:06:18 +05:30 committed by GitHub
parent 46ec26f2bb
commit d608198b33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,6 @@
arch:
- amd64
- ppc64le
language: python language: python
# defaults: the py3.7 environment overrides these # defaults: the py3.7 environment overrides these
dist: trusty dist: trusty