Skip to content

Commit

Permalink
Allow failures for nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
pepyakin committed Jul 3, 2019
1 parent 1d142ea commit cdbbd62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cdbbd62

Please sign in to comment.