aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Bond <will@wbond.net>2020-01-03 08:28:01 -0500
committerGitHub <noreply@github.com>2020-01-03 08:28:01 -0500
commita7752538677305e78eae62ba1f3eab5c539144f2 (patch)
tree526a74c02284674bf3029986f14c795703528d8b
parent213e4fb24f5f1a7f78c9f08862b0b8728fec1510 (diff)
parent3eec691744438529d99a1a15e047fce1dfcfd10c (diff)
downloadasn1crypto-a7752538677305e78eae62ba1f3eab5c539144f2.tar.gz
Merge pull request #173 from ossdev07/arm_support
Added arm64 jobs in Travis-CI
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 3c5b0d6..93c1a7f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,6 +26,11 @@ matrix:
language: python
python: "3.7"
- os: linux
+ arch: arm64
+ dist: bionic
+ language: python
+ python: "3.7"
+ - os: linux
dist: xenial
language: python
python: "pypy"