We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff041cb commit faeee60Copy full SHA for faeee60
appveyor.yml
@@ -12,6 +12,7 @@ init:
12
install:
13
- ps: |
14
cd C:\downloads
15
+ [Net.ServicePointManager]::SecurityProtocol = 'Ssl3, Tls, Tls11, Tls12'
16
Start-FileDownload "http://download.virtualbox.org/virtualbox/5.1.6/VirtualBox-5.1.6-110634-Win.exe"
17
Start-FileDownload "http://download.virtualbox.org/virtualbox/5.1.6/Oracle_VM_VirtualBox_Extension_Pack-5.1.6-110634.vbox-extpack"
18
Start-FileDownload "https://releases.hashicorp.com/vagrant/1.8.5/vagrant_1.8.5.msi"
0 commit comments