We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8479bd2 commit 8c0002fCopy full SHA for 8c0002f
.travis.yml
@@ -64,8 +64,10 @@ matrix:
64
script:
65
- cargo build --manifest-path futures/Cargo.toml --features tokio-compat,io-compat
66
67
+ # Allow build fail until #1396 is fixed.
68
- name: cargo build --target=thumbv6m-none-eabi
69
rust: nightly
70
+ env: ALLOW_FAILURES=true
71
install:
72
- rustup target add thumbv6m-none-eabi
73
@@ -100,6 +102,10 @@ matrix:
100
102
- git commit -m "Add API docs for $TRAVIS_TAG"
101
103
- git push origin master
104
105
+ allow_failures:
106
+ - rust: nightly
107
108
+
109
110
- cargo test --all --all-features
111
- cargo test --all --all-features --release
0 commit comments