From 859a600b92114e4108b0330d950dddc147970083 Mon Sep 17 00:00:00 2001 From: Thomas Breloff Date: Mon, 18 Jul 2016 15:38:07 -0400 Subject: [PATCH] travis --- 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 3f245463..d0ff84bd 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.clone("PlotUtils") +Pkg.checkout("PlotUtils") # Pkg.clone("https://github.com/JunoLab/Blink.jl.git") # Pkg.build("Blink")