mirror of
https://github.com/rust-embedded/heapless.git
synced 2025-10-02 23:04:40 +00:00
ci: remove non-nightly channels
This commit is contained in:
parent
4932eb27df
commit
2a34835f6a
20
.travis.yml
20
.travis.yml
@ -2,22 +2,10 @@ language: rust
|
|||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
# MSRV
|
# TODO MSRV
|
||||||
- env: TARGET=x86_64-unknown-linux-gnu
|
# - env: TARGET=x86_64-unknown-linux-gnu
|
||||||
rust: 1.30.0
|
# rust: 1.36.0
|
||||||
if: branch != master
|
# if: branch != master
|
||||||
|
|
||||||
- env: TARGET=x86_64-unknown-linux-gnu
|
|
||||||
rust: stable
|
|
||||||
if: branch != master
|
|
||||||
|
|
||||||
- env: TARGET=thumbv6m-none-eabi
|
|
||||||
rust: beta
|
|
||||||
if: branch != master
|
|
||||||
|
|
||||||
- env: TARGET=thumbv7m-none-eabi
|
|
||||||
rust: stable
|
|
||||||
if: branch != master
|
|
||||||
|
|
||||||
- env: TARGET=x86_64-unknown-linux-gnu
|
- env: TARGET=x86_64-unknown-linux-gnu
|
||||||
rust: nightly
|
rust: nightly
|
||||||
|
Loading…
x
Reference in New Issue
Block a user