From 7d88a746eaf9276bb742f6c6576c9087015f7168 Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Sun, 1 Jul 2018 09:27:11 +0200 Subject: [PATCH] don't checkout PlotUtils in tests --- test/travis_commands.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/travis_commands.jl b/test/travis_commands.jl index 91ab0ca6..a283d780 100644 --- a/test/travis_commands.jl +++ b/test/travis_commands.jl @@ -9,7 +9,7 @@ Pkg.clone("https://github.com/JuliaPlots/PlotReferenceImages.jl.git") # Pkg.clone("https://github.com/JuliaStats/KernelDensity.jl.git") Pkg.clone("StatPlots") -Pkg.checkout("PlotUtils") +# Pkg.checkout("PlotUtils") # Pkg.clone("Blink") # Pkg.build("Blink")