Skip to content

Commit 100f003

Browse files
committed
allow Julia 0.7
1 parent f30fb79 commit 100f003

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ os:
44
- linux
55

66
julia:
7+
- 0.7
78
- 1.0
89
- 1.1
910
- nightly
@@ -13,7 +14,6 @@ notifications:
1314

1415
matrix:
1516
allow_failures:
16-
- julia: 1.1
1717
- julia: nightly
1818

1919
# script:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ DocStringExtensions = "≥ 0.7"
1717
Graphs = "≥ 0.10.3"
1818
Reexport = "≥ 0.2"
1919
Requires = "≥ 0.5"
20-
julia = "1"
20+
julia = "0.7, 1"
2121

2222
[extras]
2323
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 commit comments

Comments
 (0)