From 4830e0c028d3fa1873fb26d6fad466d617735fa4 Mon Sep 17 00:00:00 2001 From: Giorgio Calderone Date: Thu, 19 Mar 2020 19:49:44 +0100 Subject: [PATCH] Fix Travis test (use "unknown" terminal) --- test/runtests.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index 49069e2..b218bb6 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -1,6 +1,5 @@ using Test, Gnuplot @info "Gnuplot version: " * string(Gnuplot.CheckGnuplotVersion(Gnuplot.options.cmd)) -Gnuplot.setverbose(true) push!(Gnuplot.options.init, "set term unknown") x = [1, 2, 3]