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")