Skip to content

Commit a2d2678

Browse files
committed
Test MacOS 32-bit
1 parent 9e79639 commit a2d2678

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ jobs:
4242
os: osx
4343
rust: stable
4444
script: cargo test --verbose --features "exception verify_message"
45+
- name: MacOS 32bit
46+
os: osx
47+
osx_image: xcode9.4
48+
rust: nightly
49+
install: rustup +nightly component add rust-src
50+
script: cargo +nightly test -Z build-std --target i686-apple-darwin --verbose
4551

4652
- name: Linux stable
4753
os: linux

0 commit comments

Comments
 (0)