From 9e3c3f29bff8f71762cd308a558ef26f95734203 Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Thu, 1 Jun 2017 19:57:06 +0200 Subject: [PATCH] Pkg.add(PlotlyJS) in travis_commands.jl --- 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 423604fa..8340703f 100644 --- a/test/travis_commands.jl +++ b/test/travis_commands.jl @@ -16,7 +16,7 @@ Pkg.build("Blink") import Blink Blink.AtomShell.install() Pkg.add("Rsvg") -Pkg.clone("PlotlyJS") +Pkg.add("PlotlyJS") # Pkg.checkout("RecipesBase") # Pkg.clone("VisualRegressionTests")