Skip to content

Commit d1bbd79

Browse files
committed
Drop support for Julia 1.4
1 parent e9e0309 commit d1bbd79

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
environment:
22
matrix:
3-
- julia_version: 1.4
43
- julia_version: 1.5
54
- julia_version: nightly
65

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ before_script:
99
- git config --global user.name Tester
1010
- git config --global user.email te@st.er
1111
julia:
12-
- 1.4
1312
- 1.5
1413
- nightly
1514
script: travis_wait julia --project -e 'using Pkg; Pkg.test(; coverage=true)'

Project.toml

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

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

0 commit comments

Comments
 (0)