File tree Expand file tree Collapse file tree 4 files changed +15
-15
lines changed Expand file tree Collapse file tree 4 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 1
1
environment :
2
2
matrix :
3
- - julia_version : 1
4
- - julia_version : 1.1
5
- - julia_version : 1.2
6
3
- julia_version : 1.3
4
+ - julia_version : 1.4
7
5
- julia_version : nightly
8
6
9
7
platform :
Original file line number Diff line number Diff line change 4
4
name : FreeBSD
5
5
env :
6
6
matrix :
7
- - JULIA_VERSION : 1.0
8
- - JULIA_VERSION : 1.1
9
- - JULIA_VERSION : 1.2
10
7
- JULIA_VERSION : 1.3
8
+ - JULIA_VERSION : 1.4
11
9
- JULIA_VERSION : nightly
12
10
install_script :
13
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 6
6
- windows
7
7
8
8
julia :
9
- - 1.0
10
- - 1.1
11
- - 1.2
12
9
- 1.3
10
+ - 1.4
13
11
- nightly
14
12
15
13
matrix :
@@ -28,5 +26,6 @@ branches:
28
26
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/ # tags
29
27
30
28
after_success :
31
- - julia -e 'using Pkg; cd(Pkg.dir("QuadraticModels")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
32
- - julia -e 'using Pkg; cd(Pkg.dir("QuadraticModels")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
29
+ - julia -e 'if Sys.islinux() && string(VERSION)[1:3] == "1.4"
30
+ using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(Codecov.process_folder())
31
+ end'
Original file line number Diff line number Diff line change 1
- authors = [
" Dominique Orban <[email protected] >" ]
2
1
name = " QuadraticModels"
3
2
uuid = " f468eda6-eac5-11e8-05a5-ff9e497bcd19"
3
+ authors = [
" Dominique Orban <[email protected] >" ]
4
4
version = " 0.1.0"
5
5
6
6
[deps ]
7
7
FastClosures = " 9aa1b823-49e4-5ca5-8b0f-3971ec8bab6a"
8
8
LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
9
9
LinearOperators = " 5c8ed15e-5a4c-59e4-a42b-c7e8811fb125"
10
10
NLPModels = " a4795742-8479-5a88-8948-cc11e1c8c1a6"
11
- Printf = " de0858da-6303-5e67-8744-51eddeeeb8d7"
12
11
Requires = " ae029012-a4dd-5104-9daa-d747884805df"
13
12
SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
14
- Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
15
13
16
14
[compat ]
17
15
FastClosures = " 0.2.1, 0.3.0"
18
16
LinearOperators = " 0.7.0, 1"
19
- NLPModels = " 0.10.0, 1 "
17
+ NLPModels = " 0.12 "
20
18
Requires = " 0.3, 0.4, 0.5"
21
19
julia = " ^1.0.0"
20
+
21
+ [extras ]
22
+ Printf = " de0858da-6303-5e67-8744-51eddeeeb8d7"
23
+ Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
24
+
25
+ [targets ]
26
+ test = [" Printf" ," Test" ]
You can’t perform that action at this time.
0 commit comments