Skip to content

Commit b7981e0

Browse files
committed
Stop cloning MOI and SDOI
1 parent c4f0a0f commit b7981e0

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ addons:
1717
- liblapack-dev
1818
- libblas-dev
1919

20-
before_script:
21-
- julia -e 'Pkg.clone("https://github.com/JuliaOpt/MathOptInterface.jl.git")'
22-
- julia -e 'Pkg.clone("https://github.com/JuliaOpt/SemidefiniteOptInterface.jl.git")'
23-
2420
notifications:
2521
email: false
2622
after_success:

REQUIRE

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
julia 0.6
22
BinDeps
33
Glob
4-
MathOptInterface
5-
SemidefiniteOptInterface
6-
MathProgBase
7-
SemidefiniteModels
4+
MathOptInterface 0.3 0.4
5+
SemidefiniteOptInterface 0.0.1 0.1
6+
MathProgBase 0.7 0.8
7+
SemidefiniteModels 0.0.3 0.1

0 commit comments

Comments
 (0)