mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
allow i686-pc-windows-gnu to fail on travis
This commit is contained in:
@@ -67,7 +67,7 @@ matrix:
|
||||
#- env: TARGET=x86_64-pc-windows-msvc
|
||||
#- env: TARGET=x86_64-pc-windows-gnu
|
||||
#- env: TARGET=i686-pc-windows-msvc
|
||||
#- env: TARGET=i686-pc-windows-gnu
|
||||
- env: TARGET=i686-pc-windows-gnu
|
||||
|
||||
install:
|
||||
- if [ "$NO_ADD" == "" ]; then rustup target add $TARGET; fi
|
||||
|
||||
Reference in New Issue
Block a user