Do not install other targets, remove notifications from AppVeyor CI

This commit is contained in:
timvisee 2019-03-04 17:11:28 +01:00
parent 4d16c721fe
commit 6a87a815d5
No known key found for this signature in database
GPG key ID: B8DB720BC383E172

View file

@ -22,7 +22,6 @@ install:
- appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
- rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain nightly
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
- rustup target add %OTHER_TARGET%
- rustc -V
- cargo -V
- git submodule update --init
@ -41,11 +40,3 @@ test: false
artifacts:
- path: target/release/ffsend.exe
notifications:
- provider: Email
to:
- tim@visee.me
on_build_success: false
on_build_failure: true
on_build_status_changed: true