Remove RDP info from AppVeyor build: it's public.

This commit is contained in:
Sergio Benitez 2016-12-27 02:15:04 -06:00
parent 4f30afc30f
commit 588d95aa58
1 changed files with 0 additions and 4 deletions

View File

@ -9,10 +9,6 @@ environment:
- TARGET: x86_64-pc-windows-msvc - TARGET: x86_64-pc-windows-msvc
CHANNEL: nightly CHANNEL: nightly
# Show RDP information on init.
init:
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
# Install Rust and Cargo # Install Rust and Cargo
install: install:
- curl -sSf -o rustup-init.exe https://win.rustup.rs - curl -sSf -o rustup-init.exe https://win.rustup.rs