We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4f0a0f commit b7981e0Copy full SHA for b7981e0
.travis.yml
@@ -17,10 +17,6 @@ addons:
17
- liblapack-dev
18
- libblas-dev
19
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
-
24
notifications:
25
email: false
26
after_success:
REQUIRE
@@ -1,7 +1,7 @@
1
julia 0.6
2
BinDeps
3
Glob
4
-MathOptInterface
5
-SemidefiniteOptInterface
6
-MathProgBase
7
-SemidefiniteModels
+MathOptInterface 0.3 0.4
+SemidefiniteOptInterface 0.0.1 0.1
+MathProgBase 0.7 0.8
+SemidefiniteModels 0.0.3 0.1
0 commit comments