JuliaGeometry / VoronoiDelaunay.jl

Fast and robust Voronoi & Delaunay tessellation creation with Julia
Other
123 stars 26 forks source link

Modernize Travis configuration #20

Closed tkelman closed 8 years ago

tkelman commented 8 years ago

This allows testing against more release versions, and the nightlies are newer than on the PPA

edit: fails on nightly, but that isn't new

coveralls commented 8 years ago

Coverage Status

Coverage increased (+1.6%) to 68.435% when pulling 9bb7102f8e49469d63afe4a3f8a39eb67eea9bba on tkelman:patch-1 into 9fe68625a2b7109480255fd99d39d3389c84a1a0 on JuliaGeometry:master.

coveralls commented 8 years ago

Coverage Status

Coverage increased (+1.6%) to 68.435% when pulling 9bb7102f8e49469d63afe4a3f8a39eb67eea9bba on tkelman:patch-1 into 9fe68625a2b7109480255fd99d39d3389c84a1a0 on JuliaGeometry:master.

skariel commented 8 years ago

merged, thanks!

tkelman commented 8 years ago

I'm not positive, but since there was no Julia version in REQUIRE before, it may be safest to tag with a new minor version via Pkg.tag("VoronoiDelaunay", :minor).

To borrow a phrase from Steven Johnson, "version numbers are cheap"