Skip to content

Commit aa74d06

Browse files
committed
Require Polyhedra v0.3.0
1 parent bc188e3 commit aa74d06

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ notifications:
1313
# script:
1414
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
1515
# - julia -e 'Pkg.clone(pwd()); Pkg.build("LRSLib"); Pkg.test("LRSLib"; coverage=true)'
16-
before_script:
17-
- julia -e 'Pkg.clone("https://github.com/JuliaPolyhedra/Polyhedra.jl.git")'
1816
after_success:
1917
# push coverage results to Coveralls
2018
- julia -e 'cd(Pkg.dir("LRSLib")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'

REQUIRE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
julia 0.6
22
BinDeps
3-
Polyhedra 0.2.1 0.3
3+
Polyhedra 0.3 0.4
44
@osx Homebrew

0 commit comments

Comments
 (0)