mirror of
https://github.com/rust-embedded/heapless.git
synced 2025-09-30 22:10:37 +00:00
CI: run tests on stable
This commit is contained in:
parent
e2fbadfd30
commit
8c37d3b3d0
11
.travis.yml
11
.travis.yml
@ -3,16 +3,15 @@ language: rust
|
||||
matrix:
|
||||
include:
|
||||
- env: TARGET=x86_64-unknown-linux-gnu
|
||||
rust: stable
|
||||
if: branch != master
|
||||
|
||||
- env: TARGET=thumbv6m-none-eabi
|
||||
rust: beta
|
||||
if: branch != master
|
||||
|
||||
# wait for 1.29-beta
|
||||
# - env: TARGET=thumbv6m-none-eabi
|
||||
# rust: beta
|
||||
# if: branch != master
|
||||
|
||||
- env: TARGET=thumbv7m-none-eabi
|
||||
rust: beta
|
||||
rust: stable
|
||||
if: branch != master
|
||||
|
||||
- env: TARGET=x86_64-unknown-linux-gnu
|
||||
|
Loading…
x
Reference in New Issue
Block a user