allow i686-pc-windows-gnu to fail on travis

This commit is contained in:
gnzlbg 2018-11-09 22:15:08 +01:00 committed by gnzlbg
parent 7f6fd8f3a0
commit 331a5e9941

View file

@ -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