travis: try nightly as well

This commit is contained in:
Robert Jördens 2019-11-11 11:31:39 +01:00
parent f11e33921f
commit 404ece616a
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
language: rust language: rust
matrix: jobs:
include: include:
- rust: stable - rust: stable
env: FEATURES='' ARGS='--release' env: FEATURES='' ARGS='--release'
@ -8,6 +8,9 @@ matrix:
env: FEATURES='semihosting' env: FEATURES='semihosting'
- rust: beta - rust: beta
env: FEATURES='' ARGS='--release' env: FEATURES='' ARGS='--release'
allow_failures:
- rust: nightly
env: FEATURES='' ARGS='--release'
branches: branches:
only: only: