mirror of
https://github.com/rust-embedded/heapless.git
synced 2025-10-02 14:54:30 +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:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- env: TARGET=x86_64-unknown-linux-gnu
|
- env: TARGET=x86_64-unknown-linux-gnu
|
||||||
|
rust: stable
|
||||||
|
if: branch != master
|
||||||
|
|
||||||
|
- env: TARGET=thumbv6m-none-eabi
|
||||||
rust: beta
|
rust: beta
|
||||||
if: branch != master
|
if: branch != master
|
||||||
|
|
||||||
# wait for 1.29-beta
|
|
||||||
# - env: TARGET=thumbv6m-none-eabi
|
|
||||||
# rust: beta
|
|
||||||
# if: branch != master
|
|
||||||
|
|
||||||
- env: TARGET=thumbv7m-none-eabi
|
- env: TARGET=thumbv7m-none-eabi
|
||||||
rust: beta
|
rust: stable
|
||||||
if: branch != master
|
if: branch != master
|
||||||
|
|
||||||
- env: TARGET=x86_64-unknown-linux-gnu
|
- env: TARGET=x86_64-unknown-linux-gnu
|
||||||
|
Loading…
x
Reference in New Issue
Block a user