Skip to content

Commit

Permalink
Update requirements with Polyhedra 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Oct 9, 2016
1 parent 31aa7ff commit 6683978
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ addons:
- libgmp-dev
notifications:
email: false
before_script:
- julia -e 'Pkg.clone("git://github.com/blegat/Polyhedra.jl.git")'
# uncomment the following lines to override the default test script
#script:
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
Expand Down
2 changes: 1 addition & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
julia 0.5
BinDeps
MathProgBase
Polyhedra
Polyhedra 0.1
@windows WinRPM
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ 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/Polyhedra.jl\"); Pkg.clone(pwd(), \"CDDLib\"); Pkg.build(\"CDDLib\")"
Pkg.clone(pwd(), \"CDDLib\"); Pkg.build(\"CDDLib\")"

test_script:
- C:\projects\julia\bin\julia --check-bounds=yes -e "Pkg.test(\"CDDLib\")"

0 comments on commit 6683978

Please sign in to comment.