From c52f8c397b76fd6366d2bc66cdb5057dcd6e66f8 Mon Sep 17 00:00:00 2001 From: relmonta <46019567+relmonta@users.noreply.github.com> Date: Wed, 4 Nov 2020 14:42:53 +0100 Subject: [PATCH] Update .travis.yml --- .travis.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 115a88c..36402c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,7 @@ language: julia -os: - - osx - - linux - - windows -julia: - - 1.4 + beofre_script: - julia -e 'using Pkg; Pkg.add(PackageSpec(url="https://github.com/mathn7/TestOptinum.git"))' -script: notifications: email: false