diff --git a/.travis.yml b/.travis.yml index b53c556f..60623f54 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,8 @@ os: - linux - osx julia: - - release + - 0.3 + - 0.4 - nightly notifications: email: false diff --git a/test/dot2.jl b/test/dot2.jl index 07fb7d59..b5df8112 100644 --- a/test/dot2.jl +++ b/test/dot2.jl @@ -89,7 +89,7 @@ end # module testDOT1 module testDOT2 -using Graphs +using Graphs, Compat using Base.Test ###########