File tree Expand file tree Collapse file tree 3 files changed +26
-6
lines changed Expand file tree Collapse file tree 3 files changed +26
-6
lines changed Original file line number Diff line number Diff line change 5
5
env :
6
6
matrix :
7
7
- JULIA_VERSION : 1.3
8
+ - JULIA_VERSION : 1.4
8
9
- JULIA_VERSION : nightly
9
10
install_script :
10
11
- sh -c "$(fetch https://raw.githubusercontent.com/ararslan/CirrusCI.jl/master/bin/install.sh -o -)"
Original file line number Diff line number Diff line change 1
1
language : julia
2
2
os :
3
- - linux
4
- - osx
3
+ - linux
4
+ - osx
5
+ - windows
6
+ arch :
7
+ - x64
8
+ - x86
9
+ - arm64
5
10
julia :
6
- - 1.3
7
- - nightly
11
+ - 1.3
12
+ - 1.4
13
+ - nightly
14
+ matrix :
15
+ allow_failures :
16
+ - julia : nightly
17
+ exclude :
18
+ - os : osx
19
+ arch : x86
20
+ - os : osx
21
+ arch : arm64
22
+ - os : windows
23
+ arch : arm64
24
+ - julia : nightly
25
+ arch : arm64
8
26
notifications :
9
- email : false
27
+ email : false
10
28
11
29
after_success :
12
- - julia -e 'using Pkg; Pkg.add("Coverage"); cd(Pkg.dir("GSL")); using Coverage; Coveralls.submit(process_folder()); Codecov.submit(process_folder())'
30
+ - julia -e 'using Pkg; Pkg.add("Coverage"); cd(Pkg.dir("GSL")); using Coverage; Coveralls.submit(process_folder()); Codecov.submit(process_folder())'
Original file line number Diff line number Diff line change 1
1
environment :
2
2
matrix :
3
3
- julia_version : 1.3
4
+ - julia_version : 1.4
4
5
- julia_version : nightly
5
6
6
7
platform :
You can’t perform that action at this time.
0 commit comments