We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc188e3 commit aa74d06Copy full SHA for aa74d06
.travis.yml
@@ -13,8 +13,6 @@ notifications:
13
# script:
14
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
15
# - 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")'
18
after_success:
19
# push coverage results to Coveralls
20
- julia -e 'cd(Pkg.dir("LRSLib")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'
REQUIRE
@@ -1,4 +1,4 @@
1
julia 0.6
2
BinDeps
3
-Polyhedra 0.2.1 0.3
+Polyhedra 0.3 0.4
4
@osx Homebrew
0 commit comments