Skip to content

Commit 271c0b1

Browse files
committed
Support and CI against Julia 1.4, 1.5
1 parent cf6fb0c commit 271c0b1

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
environment:
22
matrix:
3-
- julia_version: 1.3
3+
- julia_version: 1.4
4+
- julia_version: 1.5
45
- julia_version: nightly
56

67
platform:

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ before_script:
99
- git config --global user.name Tester
1010
- git config --global user.email te@st.er
1111
julia:
12-
- 1.3
12+
- 1.4
13+
- 1.5
1314
- nightly
1415
script: travis_wait julia --project -e 'using Pkg; Pkg.test(; coverage=true)'
1516
matrix:
@@ -25,7 +26,7 @@ after_success:
2526
jobs:
2627
include:
2728
- stage: "Documentation"
28-
julia: 1.3
29+
julia: 1.5
2930
os: linux
3031
script:
3132
- julia --project=docs/ docs/make.jl

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ DataStructures = "0.15, 0.17"
1616
Distances = "0.8, 0.9"
1717
LightGraphs = "1.3"
1818
Reexport = "0.2"
19-
julia = "1.3"
19+
julia = "1.4, 1.5"
2020

2121
[extras]
2222
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

0 commit comments

Comments
 (0)