Allow failures for nightly

This commit is contained in:
Sergey Pepyakin 2019-07-03 16:33:31 +02:00
parent 1d142ea8b0
commit cdbbd62de8
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ matrix:
- rust: stable
- rust: stable
env: TARGET=armv7-unknown-linux-gnueabihf
allow_failures:
- rust: nightly
install:
- if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then rustup target add wasm32-unknown-unknown; fi