File tree Expand file tree Collapse file tree 1 file changed +14
-11
lines changed
Expand file tree Collapse file tree 1 file changed +14
-11
lines changed Original file line number Diff line number Diff line change 11environment :
22 matrix :
3- - JULIA_URL : " https://julialang-s3.julialang.org/bin/winnt/x86/1.0/julia-1.0-latest-win32.exe"
4- - JULIA_URL : " https://julialang-s3.julialang.org/bin/winnt/x64/1.0/julia-1.0-latest-win64.exe"
5- - JULIA_URL : " https://julialangnightlies-s3.julialang.org/bin/winnt/x86/julia-latest-win32.exe"
6- - JULIA_URL : " https://julialangnightlies-s3.julialang.org/bin/winnt/x64/julia-latest-win64.exe"
7-
8- # # uncomment the following lines to allow failures on nightly julia
9- # # (tests will run but not make your overall status red)
10- # matrix:
11- # allow_failures:
12- # - JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x86/julia-latest-win32.exe"
13- # - JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x64/julia-latest-win64.exe"
3+ - julia_version : 0.7
4+ - julia_version : 1
5+ - julia_version : nightly
6+
7+ platform :
8+ - x86
9+ - x64
10+
11+ # # Uncomment the following lines to allow failures on nightly julia
12+ # # (tests will run but not make your overall status red)
13+ matrix :
14+ allow_failures :
15+ - julia_version : nightly
1416
1517branches :
1618 only :
@@ -23,6 +25,7 @@ notifications:
2325 on_build_failure : false
2426 on_build_status_changed : false
2527
28+
2629install :
2730 - ps : " [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12"
2831# If there's a newer build queued for the same PR, cancel this one
You can’t perform that action at this time.
0 commit comments