trun codecov together with documentation generation - Granular.jl - Julia package for granular dynamics simulation
(HTM) git clone git://src.adamsgaard.dk/Granular.jl
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit a87a8b5ac38995f1a4c571d89a127f0cf2300354
(DIR) parent a5ffeb3f8057b89f37548d19a74c10a5decdaced
(HTM) Author: Anders Damsgaard <andersd@riseup.net>
Date: Mon, 11 Sep 2017 10:23:23 -0400
run codecov together with documentation generation
Diffstat:
M .travis.yml | 2 --
1 file changed, 0 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/.travis.yml b/.travis.yml
t@@ -26,8 +26,6 @@ before_script:
after_success:
- julia -e 'Pkg.add("Documenter")'
- julia -e 'cd(Pkg.dir("SeaIce")); include(joinpath("docs", "make.jl"))'
-
-deploy:
- provider: script
script: julia -e 'cd(Pkg.dir("SeaIce")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
on: