Fix Travis test (use "unknown" terminal)

This commit is contained in:
Giorgio Calderone 2020-03-19 19:49:44 +01:00
parent ad1660f623
commit 4830e0c028

View File

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