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 aeeb58e commit 502184cCopy full SHA for 502184c
.travis.yml
@@ -17,10 +17,6 @@ before_install:
17
sudo apt-get install liblapack-dev libblas-dev; # For CSDP
18
fi
19
20
-before_script:
21
- - julia -e 'Pkg.add("PolyJuMP")'
22
- - julia -e 'Pkg.checkout("PolyJuMP")'
23
-
24
after_success:
25
# push coverage results to Coveralls
26
- julia -e 'cd(Pkg.dir("SumOfSquares")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
REQUIRE
@@ -2,5 +2,5 @@ julia 0.6
2
MultivariatePolynomials 0.1.1
3
SemialgebraicSets 0.0.2
4
MultivariateMoments 0.1.0
5
-JuMP
6
-PolyJuMP 0.1.0
+JuMP 0.18 0.19
+PolyJuMP 0.2 0.3
0 commit comments