From b49c14c44358a6a860bf7773a338a5bfd4f0adeb Mon Sep 17 00:00:00 2001 From: Sergey Pepyakin Date: Wed, 10 Jul 2019 16:35:04 +0300 Subject: [PATCH] Remove allow_failures --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6e3c764..9dc4375 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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