tAllow failures on julia-nightly until 3rd party packages work - 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 eb009ec1d76353d603736cdf85f1f7996b94466d
 (DIR) parent e930b68a2463f6b6e9c335d95278ed172ee93737
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Wed,  6 Jun 2018 09:42:58 -0400
       
       Allow failures on julia-nightly until 3rd party packages work
       
       Diffstat:
         M .travis.yml                         |       4 ++++
       
       1 file changed, 4 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/.travis.yml b/.travis.yml
       t@@ -32,3 +32,7 @@ deploy:
            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
       +
       +matrix:
       +  allow_failures:
       +    - julia: nightly