From 6799d0132c83a462f950be1b4213393d775cb79f Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Sat, 25 Aug 2018 00:55:04 +0200 Subject: [PATCH] update VisualRegressionTests and PlotReferenceImages versions --- test/REQUIRE | 2 +- test/runtests.jl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/REQUIRE b/test/REQUIRE index 97f92b6e..0d9a15c5 100644 --- a/test/REQUIRE +++ b/test/REQUIRE @@ -4,7 +4,7 @@ ImageMagick @osx QuartzImageIO GR 0.31.0 RDatasets -VisualRegressionTests 0.1+ +VisualRegressionTests 0.2 UnicodePlots LaTeXStrings Gtk diff --git a/test/runtests.jl b/test/runtests.jl index e684286e..41f91229 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -1,7 +1,7 @@ module PlotsTests using Pkg -Pkg.add(PackageSpec(url="https://github.com/tkf/PlotReferenceImages.jl", rev="pkg3")) +Pkg.add(PackageSpec(url="https://github.com/tkf/PlotReferenceImages.jl")) include("imgcomp.jl")