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 bc188e3 commit aa74d06
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ notifications:
# script:
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
# - julia -e 'Pkg.clone(pwd()); Pkg.build("LRSLib"); Pkg.test("LRSLib"; 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("LRSLib")); 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,4 +1,4 @@
julia 0.6
BinDeps
Polyhedra 0.2.1 0.3
Polyhedra 0.3 0.4
@osx Homebrew

0 comments on commit aa74d06

Please sign in to comment.