mirror of
https://github.com/mre/mos6502.git
synced 2025-03-31 06:32:55 +00:00
Don't build no_std on stable
This commit is contained in:
parent
11e7dd609a
commit
3a8a911748
@ -15,7 +15,12 @@ install:
|
||||
- rustup component add rust-src
|
||||
- rustup target add thumbv7m-none-eabi
|
||||
|
||||
# TODO: Remove check as soon as Rust 2018 Edition is stable
|
||||
script:
|
||||
- cargo build
|
||||
- cargo test
|
||||
- cd no-std-example && cargo build
|
||||
- |
|
||||
if [[ "$TRAVIS_RUST_VERSION" != "stable" ]]; then
|
||||
cd no-std-example
|
||||
cargo build
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user