File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 7
7
- nightly
8
8
notifications :
9
9
email : false
10
+ matrix :
11
+ allow_failures :
12
+ - julia : nightly
10
13
# script: # default script is equivalent to the following
11
14
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
12
15
# - julia -e 'Pkg.clone(pwd()); Pkg.build("FileIO"); Pkg.test("FileIO"; coverage=true)'
Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ 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"
12
+
8
13
branches :
9
14
only :
10
15
- master
You can’t perform that action at this time.
0 commit comments