From 201d8bcea9d16ea7e4942ab566aaee67fc7673c2 Mon Sep 17 00:00:00 2001 From: relmonta <46019567+relmonta@users.noreply.github.com> Date: Wed, 4 Nov 2020 14:47:14 +0100 Subject: [PATCH] Update .travis.yml --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index 36402c4..efa49c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,12 @@ 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"))'