Skip to content

Commit

Permalink
Update REQUIRE
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Sep 19, 2017
1 parent 020dc6c commit 8e17864
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ before_install:
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
sudo apt-get install liblapack-dev libblas-dev; # For CSDP
fi
before_script:
- julia -e 'Pkg.add("SemialgebraicSets"); Pkg.checkout("SemialgebraicSets")'
- julia -e 'Pkg.checkout("MultivariatePolynomials")'
after_success:
# push coverage results to Coveralls
- julia -e 'cd(Pkg.dir("SumOfSquares")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
Expand Down
3 changes: 2 additions & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
julia 0.6
MultivariatePolynomials 0.1.0
MultivariatePolynomials 0.1.1
SemialgebraicSets 0.0.2
MultivariateMoments
JuMP
PolyJuMP 0.1.0
2 changes: 0 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ build_script:
# Need to convert from shallow to complete for Pkg.clone to work
- IF EXIST .git\shallow (git fetch --unshallow)
- C:\projects\julia\bin\julia -e "versioninfo();
Pkg.add(\"SemialgebraicSets\"); Pkg.checkout(\"SemialgebraicSets\");
Pkg.checkout(\"MultivariatePolynomials\");
Pkg.clone(pwd(), \"SumOfSquares\"); Pkg.build(\"SumOfSquares\")"

test_script:
Expand Down

0 comments on commit 8e17864

Please sign in to comment.