Skip to content

Commit 126582e

Browse files
committed
drop julia 0.3 support
and test on 0.5
1 parent 16eb08e commit 126582e

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ os:
33
- osx
44
- linux
55
julia:
6-
- 0.3
76
- 0.4
7+
- 0.5
88
- nightly
99
notifications:
1010
email: false

REQUIRE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
julia 0.4
2+
Compat 0.8
23
GeoInterface
34
BinDeps
45
@osx Homebrew

appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ environment:
22
matrix:
33
- JULIAVERSION: "julialang/bin/winnt/x86/0.4/julia-0.4-latest-win32.exe"
44
- JULIAVERSION: "julialang/bin/winnt/x64/0.4/julia-0.4-latest-win64.exe"
5+
- JULIAVERSION: "julialang/bin/winnt/x86/0.5/julia-0.5-latest-win32.exe"
6+
- JULIAVERSION: "julialang/bin/winnt/x64/0.5/julia-0.5-latest-win64.exe"
57
- JULIAVERSION: "julianightlies/bin/winnt/x86/julia-latest-win32.exe"
68
- JULIAVERSION: "julianightlies/bin/winnt/x64/julia-latest-win64.exe"
79

@@ -31,4 +33,4 @@ build_script:
3133
Pkg.clone(pwd(), \"LibGEOS\"); Pkg.build(\"LibGEOS\")"
3234

3335
test_script:
34-
- C:\projects\julia\bin\julia --check-bounds=yes -e "Pkg.test(\"LibGEOS\")"
36+
- C:\projects\julia\bin\julia --check-bounds=yes -e "Pkg.test(\"LibGEOS\")"

0 commit comments

Comments
 (0)