Remove allow_failures

This commit is contained in:
Sergey Pepyakin 2019-07-10 16:35:04 +03:00
parent 5809e48a8b
commit b49c14c443
1 changed files with 0 additions and 2 deletions

View File

@ -11,8 +11,6 @@ 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