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 9e79639 commit a2d2678Copy full SHA for a2d2678
.travis.yml
@@ -42,6 +42,12 @@ jobs:
42
os: osx
43
rust: stable
44
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
51
52
- name: Linux stable
53
os: linux
0 commit comments