From dcab8e3ac29460c4ee0ddd04c2ccf48e3a5ccd14 Mon Sep 17 00:00:00 2001 From: Thomas Breloff Date: Tue, 12 Jul 2016 13:14:53 -0400 Subject: [PATCH] travis fix --- 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 4b417f60..5f1b7126 100644 --- a/test/travis_commands.jl +++ b/test/travis_commands.jl @@ -8,7 +8,7 @@ Pkg.clone("https://github.com/JuliaPlots/PlotReferenceImages.jl.git") # Pkg.clone("https://github.com/JuliaStats/KernelDensity.jl.git") -Pkg.checkout("StatPlots") +Pkg.clone("StatPlots") # Pkg.clone("https://github.com/JunoLab/Blink.jl.git") # Pkg.build("Blink")