CI: run tests on stable

This commit is contained in:
Jorge Aparicio 2018-08-19 10:46:44 +02:00
parent e2fbadfd30
commit 8c37d3b3d0

View File

@ -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