Skip to content

Commit d603a7a

Browse files
authored
Allow arm64 builds to fail on travis-ci
1 parent 01bb3e9 commit d603a7a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
# we allow all dev & nightly builds to fail, since these python versions might
3636
# still be very unstable
3737
- python: nightly
38+
# Allow arm64 builds to fail
39+
- arch: arm64
3840

3941
include:
4042
# Note no matrix support when using stages.

0 commit comments

Comments
 (0)