From caa53692987893ef2c341322b3e7fb64e424c7de Mon Sep 17 00:00:00 2001 From: relmo Date: Fri, 19 Jun 2020 18:54:27 +0200 Subject: [PATCH] update runtests.jl --- .travis.yml | 6 ++---- test/runtests.jl | 2 ++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 71d9cc4..d9d5b9f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,10 +5,8 @@ os: - windows julia: - 1.4 -script: +beofre_script: - julia -e 'using Pkg; Pkg.add(PackageSpec(url="https://github.com/mathn7/Test_Optinum.git"))' - - julia -e 'using Pkg; Pkg.instantiate(); Pkg.develop(PackageSpec(path=pwd()))' - - julia -e 'using Test_Optinum; Test_Optinum.effacer_stacktrace()' - - julia --color=yes test/runtests.jl + notifications: email: false diff --git a/test/runtests.jl b/test/runtests.jl index 599d95c..6c36e01 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -10,6 +10,8 @@ include("../src/Lagrangien_Augmente.jl") include("../src/Pas_De_Cauchy.jl") include("../src/Regions_De_Confiance.jl") +Test_Optinum.effacer_stacktrace() + # Tester l'algorithme de Newton try Test_Optinum.tester_Algo_Newton(false,Algorithme_De_Newton)