Skip to content

Commit

Permalink
Allow build fail on thumbv6m-none-eabi
Browse files Browse the repository at this point in the history
This allows build fail until #1396 is fixed.
  • Loading branch information
taiki-e authored and cramertj committed Jan 14, 2019
1 parent 8479bd2 commit 8c0002f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,10 @@ matrix:
script:
- cargo build --manifest-path futures/Cargo.toml --features tokio-compat,io-compat

# Allow build fail until #1396 is fixed.
- name: cargo build --target=thumbv6m-none-eabi
rust: nightly
env: ALLOW_FAILURES=true
install:
- rustup target add thumbv6m-none-eabi
script:
Expand Down Expand Up @@ -100,6 +102,10 @@ matrix:
- git commit -m "Add API docs for $TRAVIS_TAG"
- git push origin master

allow_failures:
- rust: nightly
env: ALLOW_FAILURES=true

script:
- cargo test --all --all-features
- cargo test --all --all-features --release
Expand Down

0 comments on commit 8c0002f

Please sign in to comment.