From 12082f084168929ee398dc46baa0eea4fce47f90 Mon Sep 17 00:00:00 2001 From: relmonta <46019567+relmonta@users.noreply.github.com> Date: Fri, 19 Jun 2020 18:30:18 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 8dea472..bdcd3ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,5 +7,6 @@ julia: - 1.4 before_script: - julia -e 'using Pkg; Pkg.add(PackageSpec(url="https://github.com/mathn7/Test_Optinum.git"))' + - julia -e 'using Test_Optinum; Test_Optinum.effacer_stacktrace()' notifications: email: false