Skip to content

Commit a7e8ab6

Browse files
bors[bot]korken89
andcommitted
Merge #187
187: Allow nightly to fail in Travis r=therealprof a=korken89 With nightly being a bit skiddish, lets allow nightly to fail. Anyone against? @rust-embedded/cortex-m - [x] @adamgreig - [x] @korken89 - [x] @thejpster - [ ] @ithinuel - [x] @therealprof Co-authored-by: Emil Fresk <[email protected]>
2 parents f1c317d + 26fc730 commit a7e8ab6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cortex-m-rt/.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
language: rust
22

33
matrix:
4+
allow_failures:
5+
- rust: nightly
46
include:
57
- env: TARGET=x86_64-unknown-linux-gnu
68
rust: stable

0 commit comments

Comments
 (0)