Try to use gnuplot 4.6 on Travis

This commit is contained in:
Giorgio Calderone 2017-08-28 20:25:26 +02:00
parent cd72b4c580
commit 0a36dd00b3

View File

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