Skip to content

Commit

Permalink
Require Polyhedra v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed May 22, 2017
1 parent 7cc5ff4 commit bc04e60
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,6 +1,6 @@
julia 0.5
BinDeps
MathProgBase
Polyhedra 0.1.4 0.2
Polyhedra 0.1.5 0.2
@windows WinRPM
@osx Homebrew
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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 bc04e60

Please sign in to comment.