Skip to content

Commit 502184c

Browse files
committed
Updates now that PolyJuMP is released
1 parent aeeb58e commit 502184c

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ before_install:
1717
sudo apt-get install liblapack-dev libblas-dev; # For CSDP
1818
fi
1919
20-
before_script:
21-
- julia -e 'Pkg.add("PolyJuMP")'
22-
- julia -e 'Pkg.checkout("PolyJuMP")'
23-
2420
after_success:
2521
# push coverage results to Coveralls
2622
- julia -e 'cd(Pkg.dir("SumOfSquares")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'

REQUIRE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ julia 0.6
22
MultivariatePolynomials 0.1.1
33
SemialgebraicSets 0.0.2
44
MultivariateMoments 0.1.0
5-
JuMP
6-
PolyJuMP 0.1.0
5+
JuMP 0.18 0.19
6+
PolyJuMP 0.2 0.3

0 commit comments

Comments
 (0)