Skip to content

Commit

Permalink
Last changes before new tag (#45)
Browse files Browse the repository at this point in the history
* Delete plot_test.jl

* Require Julia v0.6
  • Loading branch information
juliohm authored and sbromberger committed Jun 26, 2017
1 parent 04e05a6 commit ed6db20
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 373 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ os:
- linux
- osx
julia:
- release
- 0.6
- nightly
notifications:
email: false
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# GraphPlot

[![Build Status](https://travis-ci.org/JuliaGraphs/GraphPlot.jl.svg?branch=master)](https://travis-ci.org/JuliaGraphs/GraphPlot.jl)
[![Julia Build](http://pkg.julialang.org/badges/GraphPlot_0.6.svg)](http://pkg.julialang.org/?pkg=GraphPlot)

Graph layout and visualization algorithms based on [Compose.jl](https://github.com/dcjones/Compose.jl) and inspired by [GraphLayout.jl](https://github.com/IainNZ/GraphLayout.jl).

Expand Down
2 changes: 1 addition & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
julia 0.5-
julia 0.6
Colors
ColorTypes
Compose
Expand Down
371 changes: 0 additions & 371 deletions src/plot_test.jl

This file was deleted.

0 comments on commit ed6db20

Please sign in to comment.