aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Axtens <dja@axtens.net>2020-06-24 11:14:09 +1000
committerDaniel Axtens <dja@axtens.net>2020-07-20 12:03:06 +1000
commitae5e5505475abef6ca9f6198ab8ccff4e007f265 (patch)
treee0d2f7661170095155d5b2a5b0c60c51ad1e48f3
parentce9e391c7ee4900f5c8d77d5466ff53ed1b61283 (diff)
downloadasn1crypto-ae5e5505475abef6ca9f6198ab8ccff4e007f265.tar.gz
Add ppc64le jobs to Travis CI
As with ARM64, Travis CI supports ppc64le ("Power") now. I've just mimicked the job that ARM64 does, I think that provides decent coverage without bloating the test matrix too much. (We could also test pypy on Power, but I don't think it gets us too much extra value.)
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 93c1a7f..eb0ca1a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,6 +31,11 @@ matrix:
language: python
python: "3.7"
- os: linux
+ arch: ppc64le
+ dist: bionic
+ language: python
+ python: "3.7"
+ - os: linux
dist: xenial
language: python
python: "pypy"