URI:
       tbuild Granular before testing by running `deps/make.jl` - Granular.jl - Julia package for granular dynamics simulation
  HTML git clone git://src.adamsgaard.dk/Granular.jl
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 724599dbc752745170d51a7e58411fb387c6e3c1
   DIR parent b989875f21cb1a8d136763c89ba37aae0c245608
  HTML Author: Anders Damsgaard <andersd@riseup.net>
       Date:   Tue,  7 Nov 2017 13:27:09 -0500
       
       build Granular before testing by running `deps/make.jl`
       
       Diffstat:
         M .travis.yml                         |       4 ++++
       
       1 file changed, 4 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/.travis.yml b/.travis.yml
       t@@ -23,6 +23,10 @@ matrix:
        before_script:
          - julia -e 'info("Preparing Python"); ENV["PYTHON"]=""; Pkg.add("PyCall"); Pkg.build("PyCall")'
        
       +script:
       +  - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
       +  - julia -e 'Pkg.clone(pwd()); Pkg.build("Granular"); Pkg.test("Granular"; coverage=true)';
       +
        deploy:
          - provider: script
            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"))'