tallow failures on julia nightly - 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 2707955b53f49000c5855c7e0453f7e61d4b6044
 (DIR) parent 22bab5ca2a1572ff72f42954d67613c38890bdbd
 (HTM) Author: Anders Damsgaard <andersd@riseup.net>
       Date:   Sat,  9 Sep 2017 09:15:48 -0400
       
       allow failures on julia nightly
       
       Diffstat:
         M .travis.yml                         |       7 +++++++
       
       1 file changed, 7 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/.travis.yml b/.travis.yml
       t@@ -16,9 +16,16 @@ notifications:
              on_success: never # default: change
              on_failure: always # default: always
        
       +matrix:
       +  allow_failures:
       +    - julia: nightly
       +
        before_script:
          - julia -e 'info("Preparing Python"); ENV["PYTHON"]=""; Pkg.add("PyCall"); Pkg.build("PyCall")'
        
       +#after_success:
       +#  - julia -e 'Pkg.add("Documenter")'
       +
        deploy:
          - provider: script
            script: julia -e 'cd(Pkg.dir("SeaIce")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'