Skip to content

Commit

Permalink
Require Polyhedra v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Apr 7, 2018
1 parent a54a7c9 commit 66bf678
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ notifications:
# script:
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
# - julia -e 'Pkg.clone(pwd()); Pkg.build("CDDLib"); Pkg.test("CDDLib"; coverage=true)'
before_script:
- julia -e 'Pkg.clone("https://github.com/JuliaPolyhedra/Polyhedra.jl.git")'
after_success:
# push coverage results to Coveralls
- julia -e 'cd(Pkg.dir("CDDLib")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'
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.6
BinDeps
MathProgBase 0.6
Polyhedra 0.2 0.3
Polyhedra 0.3 0.4
@windows WinRPM
@osx Homebrew
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ build_script:
- IF EXIST .git\shallow (git fetch --unshallow)
- C:\projects\julia\bin\julia -e "versioninfo();
Pkg.init();
Pkg.clone(\"https://github.com/JuliaPolyhedra/Polyhedra.jl.git\");
Pkg.clone(pwd(), \"CDDLib\"); Pkg.build(\"CDDLib\")"

test_script:
Expand Down

0 comments on commit 66bf678

Please sign in to comment.