From 0a36dd00b347f545816156d910d5c3e6a1e681c9 Mon Sep 17 00:00:00 2001 From: Giorgio Calderone Date: Mon, 28 Aug 2017 20:25:26 +0200 Subject: [PATCH] Try to use gnuplot 4.6 on Travis --- src/GnuplotInternals.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GnuplotInternals.jl b/src/GnuplotInternals.jl index f8e2371..a7cd9b4 100644 --- a/src/GnuplotInternals.jl +++ b/src/GnuplotInternals.jl @@ -122,7 +122,7 @@ function checkGnuplotVersion() end end - if ver < v"4.7" + if ver < v"4.6" error("gnuplot ver. >= 4.7 is required, but " * string(ver) * " was found.") end log(1, "Found gnuplot version: " * string(ver))