Skip to content

Commit c8696b0

Browse files
committed
Test 32bit on Rust 1.41
Support was removed starting in 1.42: https://blog.rust-lang.org/2020/01/03/reducing-support-for-32-bit-apple-targets.html
1 parent 880c598 commit c8696b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ matrix:
1414
env: FEATURES="exception verify_message" IOS_ARCHS=""
1515
- os: osx
1616
osx_image: xcode7.3
17-
rust: stable
17+
rust: 1.41.0
1818
env: FEATURES="exception" IOS_ARCHS="i386 x86_64 armv7 armv7s aarch64"
1919
sudo: false
2020
install: ./travis_install.sh

0 commit comments

Comments
 (0)