mirror of
https://github.com/rust-embedded/heapless.git
synced 2025-10-02 14:54:30 +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:
|
||||
include:
|
||||
# MSRV
|
||||
- env: TARGET=x86_64-unknown-linux-gnu
|
||||
rust: 1.30.0
|
||||
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
|
||||
# TODO MSRV
|
||||
# - env: TARGET=x86_64-unknown-linux-gnu
|
||||
# rust: 1.36.0
|
||||
# if: branch != master
|
||||
|
||||
- env: TARGET=x86_64-unknown-linux-gnu
|
||||
rust: nightly
|
||||
|
Loading…
x
Reference in New Issue
Block a user