travis: try nightly as well

master
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
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: