Skip to content

Commit 6688054

Browse files
committed
set version to 0.5, drop julia 0.7
and test 1.0 and latest 1 release (1.2 now)
1 parent 2ab51e0 commit 6688054

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-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
julia:
66
- 1.0
7+
- 1
78
- nightly
89
matrix:
910
allow_failures:

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name = "LibGEOS"
22
uuid = "a90b1aa1-3769-5649-ba7e-abc5a9d163eb"
3+
version = "v0.5.0"
34

45
[deps]
56
BinaryProvider = "b99e7846-7c00-51b0-8f62-c81ae34c0232"
@@ -11,5 +12,5 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1112
[compat]
1213
BinaryProvider = "≥ 0.5.3"
1314
GeoInterface = "≥ 0.4.0"
14-
julia = "0.7.0"
15+
julia = "1.0.0"
1516
CEnum = "≥ 0.2.0"

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
environment:
22
matrix:
33
- julia_version: 1.0
4+
- julia_version: 1
45
- julia_version: nightly
56

67
platform:

0 commit comments

Comments
 (0)