From 1650049b88a9b82df86c97e35347339b1e778449 Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Mon, 16 Sep 2019 11:08:16 +0200 Subject: [PATCH] fix checking for ci --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index 26ccecfa..b0e9a8ef 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -35,7 +35,7 @@ include("imgcomp.jl") # don't actually show the plots Random.seed!(1234) default(show=false, reuse=true) -is_ci() = get(ENV, "CI", false) +is_ci() = get(ENV, "CI", "false") == "true" img_tol = is_ci() ? 10e-2 : 10e-2 @testset "Backends" begin