We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e875fcc commit 93d5d62Copy full SHA for 93d5d62
‎.travis.yml
@@ -11,11 +11,6 @@ addons:
11
- libgmp-dev
12
notifications:
13
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"))'
19
after_success:
20
# push coverage results to Coveralls
21
- julia -e 'cd(Pkg.dir("LRSLib")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'
‎REQUIRE
@@ -1,6 +1,6 @@
1
julia 0.7
2
BinDeps
3
-Polyhedra 0.4 0.5
+Polyhedra 0.4.1 0.5
4
MathProgBase
5
JuMP
6
@osx Homebrew
0 commit comments