We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97f9584 commit 4c98290Copy full SHA for 4c98290
.travis.yml
@@ -2,7 +2,7 @@ language: julia
2
3
julia:
4
- 1.0
5
- - 1.4
+ - 1.5
6
- nightly
7
8
os:
@@ -22,7 +22,7 @@ after_success:
22
jobs:
23
include:
24
- stage: "Documentation"
25
- julia: 1.4
+ julia: 1.5
26
os: linux
27
script:
28
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
appveyor.yml
@@ -1,7 +1,7 @@
1
environment:
matrix:
- julia_version: 1.0
- - julia_version: 1.4
+ - julia_version: 1.5
- julia_version: nightly
platform:
0 commit comments