Skip to content

Commit

Permalink
Clone Polyhedra
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Feb 13, 2018
1 parent f0d3ab6 commit a622ab1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ notifications:
# script:
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
# - julia -e 'Pkg.clone(pwd()); Pkg.build("CDDLib"); Pkg.test("CDDLib"; 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("CDDLib")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'
Expand Down

0 comments on commit a622ab1

Please sign in to comment.