Skip to content

Commit 8c0002f

Browse files
taiki-ecramertj
authored andcommitted
Allow build fail on thumbv6m-none-eabi
This allows build fail until #1396 is fixed.
1 parent 8479bd2 commit 8c0002f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

+6
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,10 @@ matrix:
6464
script:
6565
- cargo build --manifest-path futures/Cargo.toml --features tokio-compat,io-compat
6666

67+
# Allow build fail until #1396 is fixed.
6768
- name: cargo build --target=thumbv6m-none-eabi
6869
rust: nightly
70+
env: ALLOW_FAILURES=true
6971
install:
7072
- rustup target add thumbv6m-none-eabi
7173
script:
@@ -100,6 +102,10 @@ matrix:
100102
- git commit -m "Add API docs for $TRAVIS_TAG"
101103
- git push origin master
102104

105+
allow_failures:
106+
- rust: nightly
107+
env: ALLOW_FAILURES=true
108+
103109
script:
104110
- cargo test --all --all-features
105111
- cargo test --all --all-features --release

0 commit comments

Comments
 (0)