Skip to content

Commit 8e17864

Browse files
committed
Update REQUIRE
1 parent 020dc6c commit 8e17864

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ before_install:
1616
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
1717
sudo apt-get install liblapack-dev libblas-dev; # For CSDP
1818
fi
19-
before_script:
20-
- julia -e 'Pkg.add("SemialgebraicSets"); Pkg.checkout("SemialgebraicSets")'
21-
- julia -e 'Pkg.checkout("MultivariatePolynomials")'
2219
after_success:
2320
# push coverage results to Coveralls
2421
- julia -e 'cd(Pkg.dir("SumOfSquares")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'

REQUIRE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
julia 0.6
2-
MultivariatePolynomials 0.1.0
2+
MultivariatePolynomials 0.1.1
3+
SemialgebraicSets 0.0.2
34
MultivariateMoments
45
JuMP
56
PolyJuMP 0.1.0

appveyor.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ build_script:
2727
# Need to convert from shallow to complete for Pkg.clone to work
2828
- IF EXIST .git\shallow (git fetch --unshallow)
2929
- C:\projects\julia\bin\julia -e "versioninfo();
30-
Pkg.add(\"SemialgebraicSets\"); Pkg.checkout(\"SemialgebraicSets\");
31-
Pkg.checkout(\"MultivariatePolynomials\");
3230
Pkg.clone(pwd(), \"SumOfSquares\"); Pkg.build(\"SumOfSquares\")"
3331

3432
test_script:

0 commit comments

Comments
 (0)