47: Travis nightly r=jordens a=jordens

bors r+

Co-authored-by: Robert Jördens <rj@quartiq.de>
master
bors[bot] 2019-11-11 10:42:52 +00:00 committed by GitHub
commit c52172f753
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

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