Skip to content

Commit

Permalink
make VoronoiDelaunay.jl compatible with Julia 1.0 (#42)
Browse files Browse the repository at this point in the history
* include Julia 1.0 in travis

* require Julia 1.0 compatible GeomPred and Colors

* update README re installation
  • Loading branch information
dkarrasch authored Sep 24, 2018
1 parent 6af1d7e commit bf86eae
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: julia
julia:
- 0.7
- 1.0
- nightly
notifications:
email: false
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ How to use?
--------------
### Installation
```Julia
]add VoronoiDelaunay
```
For Julia 0.6 and below, type
```Julia
Pkg.add("VoronoiDelaunay")
```

Expand Down
6 changes: 3 additions & 3 deletions REQUIRE
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
julia 0.7-alpha
GeometricalPredicates 0.1.0
Colors 0.7
julia 0.7
GeometricalPredicates 0.2.0
Colors 0.9

0 comments on commit bf86eae

Please sign in to comment.