Skip to content

Commit

Permalink
Test MacOS 32-bit
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Jun 3, 2021
1 parent d479de3 commit f360015
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ jobs:
os: osx
rust: stable
script: cargo test --verbose --features "exception verify_message"
- name: MacOS 32bit
os: osx
osx_image: xcode9.4
rust: nightly
install: rustup +nightly component add rust-src
script: cargo +nightly test -Z build-std --target i686-apple-darwin --verbose

- name: Linux stable
os: linux
Expand Down

0 comments on commit f360015

Please sign in to comment.