From cd5f6fcfb60815d2c1fb157d6a4a3129dc8da7ec Mon Sep 17 00:00:00 2001 From: Sungho Shin Date: Mon, 28 Sep 2020 14:53:37 -0500 Subject: [PATCH] Update .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a390aa22..c89481b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ os: - linux - osx julia: - - 1 + - 1.5 - nightly codecov: true sudo: required @@ -15,7 +15,7 @@ jobs: - julia: nightly include: - stage: "MINLPTests and CUTEstTests" - julia: 1 + julia: 1.5 os: linux script: - julia --project=test/MINLPTests -e 'using Pkg; Pkg.instantiate(); Pkg.add(PackageSpec(path=pwd()))'