Skip to content

Commit ed6db20

Browse files
juliohmsbromberger
authored andcommitted
Last changes before new tag (#45)
* Delete plot_test.jl * Require Julia v0.6
1 parent 04e05a6 commit ed6db20

File tree

4 files changed

+3
-373
lines changed

4 files changed

+3
-373
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ os:
33
- linux
44
- osx
55
julia:
6-
- release
6+
- 0.6
77
- nightly
88
notifications:
99
email: false

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# GraphPlot
22

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

56
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).
67

REQUIRE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
julia 0.5-
1+
julia 0.6
22
Colors
33
ColorTypes
44
Compose

src/plot_test.jl

Lines changed: 0 additions & 371 deletions
This file was deleted.

0 commit comments

Comments
 (0)