Skip to content

Commit f360015

Browse files
committed
Test MacOS 32-bit
1 parent d479de3 commit f360015

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

+6
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ jobs:
4545
os: osx
4646
rust: stable
4747
script: cargo test --verbose --features "exception verify_message"
48+
- name: MacOS 32bit
49+
os: osx
50+
osx_image: xcode9.4
51+
rust: nightly
52+
install: rustup +nightly component add rust-src
53+
script: cargo +nightly test -Z build-std --target i686-apple-darwin --verbose
4854

4955
- name: Linux stable
5056
os: linux

0 commit comments

Comments
 (0)