tonly run codecov on linux - 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 0c238ad9a3d7510cd2b9b285d482bf0607083dba
(DIR) parent bb2275349eb9a3d5dfbcd74df58b4bcd95981e8c
(HTM) Author: Anders Damsgaard <andersd@riseup.net>
Date: Thu, 2 Nov 2017 11:48:42 -0400
only run codecov on linux
Diffstat:
M .travis.yml | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
---
(DIR) diff --git a/.travis.yml b/.travis.yml
t@@ -23,12 +23,8 @@ matrix:
before_script:
- julia -e 'info("Preparing Python"); ENV["PYTHON"]=""; Pkg.add("PyCall"); Pkg.build("PyCall")'
-after_success:
- - julia -e 'Pkg.add("Documenter")'
- - julia -e 'cd(Pkg.dir("Granular")); include(joinpath("docs", "make.jl"))'
-
deploy:
- provider: script
- script: julia -e 'cd(Pkg.dir("Granular")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
+ script: julia -e 'cd(Pkg.dir("Granular")); Pkg.add("Coverage"); Pkg.add("Documenter"); using Coverage; Codecov.submit(Codecov.process_folder()); cd(Pkg.dir("Granular")); include(joinpath("docs", "make.jl"))'
on:
os: linux