From 18ea542cc4a261034ce45ca2020ecb70cad628ae Mon Sep 17 00:00:00 2001 From: David Anthoff Date: Mon, 5 Feb 2018 09:21:06 -0800 Subject: [PATCH 1/2] Add GR to REQUIRE --- REQUIRE | 1 + 1 file changed, 1 insertion(+) diff --git a/REQUIRE b/REQUIRE index a99ac547..f0c12af5 100644 --- a/REQUIRE +++ b/REQUIRE @@ -13,3 +13,4 @@ JSON NaNMath Requires Contour +GR From 2004090ce58edb5c26f25a87f6a3e90390bee8fc Mon Sep 17 00:00:00 2001 From: David Anthoff Date: Mon, 5 Feb 2018 12:34:39 -0800 Subject: [PATCH 2/2] Remove GR clone in travis tests --- test/travis_commands.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")