diff --git a/REQUIRE b/REQUIRE index a99ac547..f0c12af5 100644 --- a/REQUIRE +++ b/REQUIRE @@ -13,3 +13,4 @@ JSON NaNMath Requires Contour +GR diff --git a/test/travis_commands.jl b/test/travis_commands.jl index 4befaaef..91ab0ca6 100644 --- a/test/travis_commands.jl +++ b/test/travis_commands.jl @@ -1,8 +1,8 @@ Pkg.add("ImageMagick") Pkg.build("ImageMagick") -Pkg.clone("GR") -Pkg.build("GR") +# Pkg.clone("GR") +# Pkg.build("GR") Pkg.clone("https://github.com/JuliaPlots/PlotReferenceImages.jl.git")