File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 11environment :
22 matrix :
3- - JULIAVERSION : " julialang/bin/winnt/x64/0.5/julia-0.5-latest-win64.exe"
4- - JULIAVERSION : " julialang/bin/winnt/x64/0.6/julia-0.6-latest-win64.exe"
3+ - JULIA_URL : " https:// julialang-s3.julialang.org /bin/winnt/x64/0.5/julia-0.5-latest-win64.exe"
4+ - JULIA_URL : " https:// julialang-s3.julialang.org /bin/winnt/x64/0.6/julia-0.6-latest-win64.exe"
55
66notifications :
77 - provider : Email
@@ -10,9 +10,10 @@ notifications:
1010 on_build_status_changed : false
1111
1212install :
13+ - ps : " [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12"
1314# Download most recent Julia Windows binary
1415 - ps : (new-object net.webclient).DownloadFile(
15- $("http://s3.amazonaws.com/"+$ env:JULIAVERSION) ,
16+ $env:JULIA_URL ,
1617 " C:\p rojects\j ulia-binary.exe" )
1718# Run installer silently, output to C:\projects\julia
1819 - C:\projects\julia-binary.exe /S /D=C:\projects\julia
You can’t perform that action at this time.
0 commit comments