From ad1660f623e0cdfe54e1888e7846c353b72c48b9 Mon Sep 17 00:00:00 2001 From: Giorgio Calderone Date: Thu, 19 Mar 2020 19:44:54 +0100 Subject: [PATCH] Trying to fix Travis test --- test/runtests.jl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/runtests.jl b/test/runtests.jl index 978be00..49069e2 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -1,6 +1,5 @@ using Test, Gnuplot -@info "Gnuplot version: " * string(Gnuplot.CheckGnuplotVersion()) -CheckGnuplotVersion +@info "Gnuplot version: " * string(Gnuplot.CheckGnuplotVersion(Gnuplot.options.cmd)) Gnuplot.setverbose(true) push!(Gnuplot.options.init, "set term unknown")