aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar bors[bot] <bors[bot]@users.noreply.github.com> 2019-04-02 19:42:22 +0000
committerGravatar bors[bot] <bors[bot]@users.noreply.github.com> 2019-04-02 19:42:22 +0000
commita7e8ab6c73967c0e50239c47f82b028a480b598c (patch)
treef6d1977a55cb828dfec65737bda69617913c2a45
parentf1c317d028fdd2e7b407bb9d22f2d3b3d284e721 (diff)
parent26fc730385d7f66699ba2751217ef02ca6cb2161 (diff)
downloadcortex-m-a7e8ab6c73967c0e50239c47f82b028a480b598c.tar.gz
cortex-m-a7e8ab6c73967c0e50239c47f82b028a480b598c.tar.zst
cortex-m-a7e8ab6c73967c0e50239c47f82b028a480b598c.zip
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 <emil.fresk@gmail.com>
-rw-r--r--cortex-m-rt/.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/cortex-m-rt/.travis.yml b/cortex-m-rt/.travis.yml
index e53d7a6..90cafba 100644
--- a/cortex-m-rt/.travis.yml
+++ b/cortex-m-rt/.travis.yml
@@ -1,6 +1,8 @@
language: rust
matrix:
+ allow_failures:
+ - rust: nightly
include:
- env: TARGET=x86_64-unknown-linux-gnu
rust: stable