Skip to content

Commit

Permalink
Update REQUIRE
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Sep 12, 2017
1 parent 8abcd34 commit 2edda32
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ notifications:
#script:
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
# - julia -e 'Pkg.clone(pwd()); Pkg.build("PolyJuMP"); Pkg.test("PolyJuMP"; coverage=true)'
before_script:
- julia -e 'Pkg.clone("git://github.com/blegat/MultivariatePolynomials.jl.git")'
- julia -e 'Pkg.clone("git://github.com/blegat/SemialgebraicSets.jl.git")'
- julia -e 'Pkg.clone("git://github.com/blegat/DynamicPolynomials.jl.git")'
after_success:
# push coverage results to Coveralls
- julia -e 'cd(Pkg.dir("PolyJuMP")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
Expand Down
4 changes: 2 additions & 2 deletions REQUIRE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
julia 0.6
MultivariatePolynomials 0.1.0-
SemialgebraicSets
MultivariatePolynomials 0.1.0
SemialgebraicSets 0.0.1
JuMP 0.17.1
3 changes: 0 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +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.clone(\"https://github.com/blegat/MultivariatePolynomials.jl\");
Pkg.clone(\"git://github.com/blegat/SemialgebraicSets.jl.git\");
Pkg.clone(\"git://github.com/blegat/DynamicPolynomials.jl.git\");
Pkg.clone(pwd(), \"PolyJuMP\"); Pkg.build(\"PolyJuMP\")"

test_script:
Expand Down

0 comments on commit 2edda32

Please sign in to comment.