Skip to content

Commit 59f1f01

Browse files
authored
bump optim (#80)
* bump optim * valid spec * travis update
1 parent fb88fff commit 59f1f01

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

.travis.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,21 @@ os:
44
- linux
55
julia:
66
- 1.0
7-
- 1.4
7+
- 1.5
88
- nightly
9-
notifications:
10-
email: false
11-
after_success:
12-
# push coverage results to Codecov
13-
- julia -e 'using Pkg; pkg"add Coverage"; using Coverage; Codecov.submit(Codecov.process_folder())'
14-
15-
jobs:
9+
matrix:
10+
allow_failures:
11+
- julia: nightly
1612
include:
1713
- stage: "Documentation"
18-
julia: 1.4
14+
julia: 1.5
1915
os: linux
2016
script:
2117
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd()));Pkg.instantiate()'
2218
- julia --project=docs/ docs/make.jl
2319
after_success: skip
20+
notifications:
21+
email: false
22+
after_success:
23+
# push coverage results to Codecov
24+
- julia -e 'using Pkg; pkg"add Coverage"; using Coverage; Codecov.submit(Codecov.process_folder())'

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ DocStringExtensions = "^0.8"
1717
IterativeSolvers = "^0.8"
1818
LinearMaps = "^2.6"
1919
MLJModelInterface = "^0.3"
20-
Optim = "^0.20,^0.21"
20+
Optim = "0.20,0.21,1,1.1"
2121
Parameters = "^0.12"
2222
julia = "^1"
2323

0 commit comments

Comments
 (0)