Skip to content

Commit 93d5d62

Browse files
committed
📌 Update for Polyhedra v0.4.1
1 parent e875fcc commit 93d5d62

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

‎.travis.yml

-5
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ addons:
1111
- libgmp-dev
1212
notifications:
1313
email: false
14-
# script:
15-
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
16-
# - julia -e 'Pkg.clone(pwd()); Pkg.build("LRSLib"); Pkg.test("LRSLib"; coverage=true)'
17-
before_script:
18-
- julia -e 'using Pkg; Pkg.add(PackageSpec(name="Polyhedra", rev="master"))'
1914
after_success:
2015
# push coverage results to Coveralls
2116
- julia -e 'cd(Pkg.dir("LRSLib")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'

‎REQUIRE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
julia 0.7
22
BinDeps
3-
Polyhedra 0.4 0.5
3+
Polyhedra 0.4.1 0.5
44
MathProgBase
55
JuMP
66
@osx Homebrew

0 commit comments

Comments
 (0)