File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 13
13
14
14
# # uncomment the following lines to allow failures on nightly julia
15
15
# # (tests will run but not make your overall status red)
16
- matrix :
17
- allow_failures :
18
- - julia : nightly
16
+ # matrix:
17
+ # allow_failures:
18
+ # - julia: nightly
19
19
20
20
# uncomment the following lines to override the default test script
21
21
script :
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ environment:
5
5
- JULIA_URL : " https://julialangnightlies-s3.julialang.org/bin/winnt/x86/julia-latest-win32.exe"
6
6
- JULIA_URL : " https://julialangnightlies-s3.julialang.org/bin/winnt/x64/julia-latest-win64.exe"
7
7
8
- matrix :
9
- allow_failures :
10
- - JULIA_URL : " https://julialangnightlies-s3.julialang.org/bin/winnt/x86/julia-latest-win32.exe"
11
- - JULIA_URL : " https://julialangnightlies-s3.julialang.org/bin/winnt/x64/julia-latest-win64.exe"
8
+ # matrix:
9
+ # allow_failures:
10
+ # - JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x86/julia-latest-win32.exe"
11
+ # - JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x64/julia-latest-win64.exe"
12
12
13
13
branches :
14
14
only :
You can’t perform that action at this time.
0 commit comments