Skip to content

Commit cabe767

Browse files
committed
CI: Add ARM64 build
1 parent bfde527 commit cabe767

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# can't be any leading "-"s - All newlines will be removed, so use ";"s
66

77
os: linux
8+
arch: amd64
89
dist: xenial
910
language: python
1011
cache: pip
@@ -26,6 +27,8 @@ python:
2627

2728
jobs:
2829
include:
30+
- arch: arm64
31+
python: 3.6
2932
# Basic dependencies only
3033
- python: 3.6
3134
env:

0 commit comments

Comments
 (0)