Skip to content

Commit 4c98290

Browse files
committed
Adding 1.5 to the test builds
Using 1.5 over Julia 1.4.
1 parent 97f9584 commit 4c98290

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: julia
22

33
julia:
44
- 1.0
5-
- 1.4
5+
- 1.5
66
- nightly
77

88
os:
@@ -22,7 +22,7 @@ after_success:
2222
jobs:
2323
include:
2424
- stage: "Documentation"
25-
julia: 1.4
25+
julia: 1.5
2626
os: linux
2727
script:
2828
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
environment:
22
matrix:
33
- julia_version: 1.0
4-
- julia_version: 1.4
4+
- julia_version: 1.5
55
- julia_version: nightly
66

77
platform:

0 commit comments

Comments
 (0)