aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Bond <will@wbond.net>2020-07-21 11:31:59 -0400
committerGitHub <noreply@github.com>2020-07-21 11:31:59 -0400
commitf778cb591e974fbe2b583188b730a9c49a7bfe52 (patch)
treee0d2f7661170095155d5b2a5b0c60c51ad1e48f3
parentce9e391c7ee4900f5c8d77d5466ff53ed1b61283 (diff)
parentae5e5505475abef6ca9f6198ab8ccff4e007f265 (diff)
downloadasn1crypto-f778cb591e974fbe2b583188b730a9c49a7bfe52.tar.gz
Merge pull request #188 from daxtens/travis-ppc64le
Add ppc64le jobs to Travis CI
-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"