Skip to content

Commit

Permalink
add Project.toml, test julia v1.2-1.3, remove broken badge, fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarrasch committed Sep 17, 2019
1 parent e77ba73 commit 2d66ad1
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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())'
12 changes: 12 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -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"]
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 0 additions & 1 deletion REQUIRE

This file was deleted.

0 comments on commit 2d66ad1

Please sign in to comment.