aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsrinivas32 <70689972+srinivas32@users.noreply.github.com>2020-11-06 13:18:37 +0530
committerGitHub <noreply@github.com>2020-11-06 13:18:37 +0530
commit80fb336d62f28fd1412062264a425896150d5516 (patch)
treeb51c81b5a60f5c63fdf0d483ddd2f1c1ab084650
parentBump version to 1.0.3 (diff)
downloadmagnus-80fb336d62f28fd1412062264a425896150d5516.tar.gz
magnus-80fb336d62f28fd1412062264a425896150d5516.tar.bz2
magnus-80fb336d62f28fd1412062264a425896150d5516.zip
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.
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index c2697af..4a0d98f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,6 @@
+arch:
+ - amd64
+ - ppc64le
language: python
python:
- "3.6"
bgstack15