Skip to content

Commit c54e2e1

Browse files
authored
Merge pull request #3 from bjarthur/bja/j7
support julia 0.7
2 parents 75a4603 + 9cf40b0 commit c54e2e1

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ os:
33
- linux
44
- osx
55
julia:
6+
- 0.7
67
- 1.0
78
- 1.1
89
- nightly

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
99
test = ["Test"]
1010

1111
[compat]
12-
julia = "1"
12+
julia = "0.7, 1"

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
environment:
22
matrix:
3+
- julia_version: 0.7
34
- julia_version: 1.0
45
- julia_version: 1.1
56
- julia_version: nightly

0 commit comments

Comments
 (0)