travis: stable

This commit is contained in:
Robert Jördens 2019-11-11 11:30:41 +01:00
parent 2aaa47ced1
commit f11e33921f
1 changed files with 4 additions and 4 deletions

View File

@ -2,12 +2,12 @@ language: rust
matrix: matrix:
include: include:
- rust: nightly - rust: stable
env: FEATURES='' ARGS='--release' env: FEATURES='' ARGS='--release'
- rust: nightly - rust: stable
env: FEATURES='semihosting' env: FEATURES='semihosting'
- rust: nightly - rust: beta
env: FEATURES='bkpt' env: FEATURES='' ARGS='--release'
branches: branches:
only: only: