Skip to content

Commit f68c289

Browse files
authored
Merge pull request #27 from JuliaRobotics/toml/jl07
allow Julia 1.2
2 parents f30fb79 + 14e0e6a commit f68c289

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
@@ -6,14 +6,14 @@ os:
66
julia:
77
- 1.0
88
- 1.1
9+
- 1.2
910
- nightly
1011

1112
notifications:
1213
email: false
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)