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 f6e0346 commit ae219e3Copy full SHA for ae219e3
.travis.yml
@@ -6,7 +6,7 @@ os:
6
7
julia:
8
- 1.0
9
- - 1.4
+ - 1.5
10
- nightly
11
12
codecov: true
@@ -20,7 +20,7 @@ jobs:
20
- julia: nightly
21
include:
22
- stage: "Documentation"
23
- julia: 1.4
+ julia: 1.5
24
os: linux
25
script:
26
- julia --project=docs/ -e 'using Pkg; Pkg.instantiate(); Pkg.add(PackageSpec(path=pwd()))'
appveyor.yml
@@ -1,7 +1,7 @@
1
environment:
2
matrix:
3
- julia_version: 1.0
4
- - julia_version: 1.4
+ - julia_version: 1.5
5
- julia_version: nightly
platform:
0 commit comments