From f7bf0040faaa66acca79a9ba9320a3deaa11cfdf Mon Sep 17 00:00:00 2001 From: Giorgio Calderone Date: Mon, 20 Apr 2020 18:15:47 +0200 Subject: [PATCH] Fix CI --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index f36cf50..0ef5733 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -248,7 +248,7 @@ Gnuplot.quitall() Gnuplot.options.verbose = true -Gnuplot.options.term = "sixel" +# Gnuplot.options.term = "sixel" not vailable in Travis CI @gp randn(10^6) randn(10^6) @gp :- 0. 0. Gnuplot.quit(:default)