We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d479de3 commit f360015Copy full SHA for f360015
.travis.yml
@@ -45,6 +45,12 @@ jobs:
45
os: osx
46
rust: stable
47
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
54
55
- name: Linux stable
56
os: linux
0 commit comments