From 99519ac3da06996675488e3fc6ed31a87b14b225 Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Sun, 1 Jul 2018 23:48:56 +0200 Subject: [PATCH] use Pkg in travis commands --- test/REQUIRE | 1 + test/travis_commands.jl | 2 ++ 2 files changed, 3 insertions(+) diff --git a/test/REQUIRE b/test/REQUIRE index 09681156..a7b6c784 100644 --- a/test/REQUIRE +++ b/test/REQUIRE @@ -6,3 +6,4 @@ GR 0.31.0 RDatasets VisualRegressionTests UnicodePlots +Test diff --git a/test/travis_commands.jl b/test/travis_commands.jl index 0ef1f732..fed115c9 100644 --- a/test/travis_commands.jl +++ b/test/travis_commands.jl @@ -1,3 +1,5 @@ +using Pkg + Pkg.add("ImageMagick") Pkg.build("ImageMagick")