Skip to content

Commit a8762a5

Browse files
authored
Merge pull request #64 from JuliaStats/an/project
Allow Julia 0.7
2 parents 64b4e2d + f10ccba commit a8762a5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ os:
44
- linux
55
- osx
66
julia:
7+
- 0.7
78
- 1.0
89
- 1.2
910
- nightly

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1313

1414
[compat]
1515
BinaryProvider = "0.3.2, 0.4, 0.5"
16-
julia = "1"
16+
julia = "0.7, 1"
1717

1818
[targets]
1919
test = ["Test"]

0 commit comments

Comments
 (0)