From 2d66ad1685da96fe60592b2529d3d9652f3a1728 Mon Sep 17 00:00:00 2001 From: Daniel Karrasch Date: Tue, 17 Sep 2019 09:40:54 +0200 Subject: [PATCH] add Project.toml, test julia v1.2-1.3, remove broken badge, fix coverage --- .travis.yml | 5 +++-- Project.toml | 12 ++++++++++++ README.md | 1 - REQUIRE | 1 - 4 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 Project.toml delete mode 100644 REQUIRE diff --git a/.travis.yml b/.travis.yml index d0ba068..c2dc7d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,10 @@ language: julia julia: - 0.7 - 1.0 - - 1.1 + - 1.2 + - 1.3 - nightly notifications: email: false after_success: - - julia -e 'cd(Pkg.dir("GeometricalPredicates")); Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder()); Coveralls.submit(Coveralls.process_folder())'; + - julia -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder()); Coveralls.submit(Coveralls.process_folder())' diff --git a/Project.toml b/Project.toml new file mode 100644 index 0000000..f1d8271 --- /dev/null +++ b/Project.toml @@ -0,0 +1,12 @@ +name = "GeometricalPredicates" +uuid = "fd0ad045-b25c-564e-8f9c-8ef5c5f21267" +version = "0.2.0" + +[compat] +julia = "≥ 0.7.0" + +[extras] +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" + +[targets] +test = ["Test"] diff --git a/README.md b/README.md index b153911..13fa9b1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # GeometricalPredicates.jl [![Build Status](https://travis-ci.org/JuliaGeometry/GeometricalPredicates.jl.svg?branch=master)](https://travis-ci.org/JuliaGeometry/GeometricalPredicates.jl) -[![GeometricalPredicates](http://pkg.julialang.org/badges/GeometricalPredicates_0.6.svg)](http://pkg.julialang.org/detail/GeometricalPredicates) [![Coverage Status](https://coveralls.io/repos/JuliaGeometry/GeometricalPredicates.jl/badge.svg?branch=master)](https://coveralls.io/r/JuliaGeometry/GeometricalPredicates.jl?branch=master) Fast, robust 2D and 3D geometrical predicates on generic point types. diff --git a/REQUIRE b/REQUIRE deleted file mode 100644 index cdbb2dc..0000000 --- a/REQUIRE +++ /dev/null @@ -1 +0,0 @@ -julia 0.7-alpha