File tree 3 files changed +2
-6
lines changed
3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,6 @@ before_install:
16
16
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
17
17
sudo apt-get install liblapack-dev libblas-dev; # For CSDP
18
18
fi
19
- before_script :
20
- - julia -e 'Pkg.add("SemialgebraicSets"); Pkg.checkout("SemialgebraicSets")'
21
- - julia -e 'Pkg.checkout("MultivariatePolynomials")'
22
19
after_success :
23
20
# push coverage results to Coveralls
24
21
- julia -e 'cd(Pkg.dir("SumOfSquares")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
Original file line number Diff line number Diff line change 1
1
julia 0.6
2
- MultivariatePolynomials 0.1.0
2
+ MultivariatePolynomials 0.1.1
3
+ SemialgebraicSets 0.0.2
3
4
MultivariateMoments
4
5
JuMP
5
6
PolyJuMP 0.1.0
Original file line number Diff line number Diff line change @@ -27,8 +27,6 @@ build_script:
27
27
# Need to convert from shallow to complete for Pkg.clone to work
28
28
- IF EXIST .git\shallow (git fetch --unshallow)
29
29
- C:\projects\julia\bin\julia -e "versioninfo();
30
- Pkg.add(\"SemialgebraicSets\"); Pkg.checkout(\"SemialgebraicSets\");
31
- Pkg.checkout(\"MultivariatePolynomials\");
32
30
Pkg.clone(pwd(), \"SumOfSquares\"); Pkg.build(\"SumOfSquares\")"
33
31
34
32
test_script :
You can’t perform that action at this time.
0 commit comments