Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sungho Shin authored Sep 28, 2020
1 parent 2229480 commit cd5f6fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ os:
- linux
- osx
julia:
- 1
- 1.5
- nightly
codecov: true
sudo: required
Expand All @@ -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()))'
Expand Down

0 comments on commit cd5f6fc

Please sign in to comment.