File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 33 - osx
44 - linux
55julia :
6- - 0.3
76 - 0.4
7+ - 0.5
88 - nightly
99notifications :
1010 email : false
Original file line number Diff line number Diff line change 11julia 0.4
2+ Compat 0.8
23GeoInterface
34BinDeps
45@osx Homebrew
Original file line number Diff line number Diff 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
3335test_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\")"
You can’t perform that action at this time.
0 commit comments