Trying to fix Travis test

This commit is contained in:
Giorgio Calderone 2020-03-19 19:44:54 +01:00
parent c5fddd9107
commit ad1660f623

View File

@ -1,6 +1,5 @@
using Test, Gnuplot using Test, Gnuplot
@info "Gnuplot version: " * string(Gnuplot.CheckGnuplotVersion()) @info "Gnuplot version: " * string(Gnuplot.CheckGnuplotVersion(Gnuplot.options.cmd))
CheckGnuplotVersion
Gnuplot.setverbose(true) Gnuplot.setverbose(true)
push!(Gnuplot.options.init, "set term unknown") push!(Gnuplot.options.init, "set term unknown")