tallow build failures with julia nightly on windows - 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 57ef7a52a9bc0a2da1a71c22d073b045237c9821
 (DIR) parent 0901e18f68b53a5a62de247cc5b9b1c31e4f4df0
 (HTM) Author: Anders Damsgaard <andersd@riseup.net>
       Date:   Mon, 11 Sep 2017 09:19:29 -0400
       
       allow build failures with julia nightly on windows
       
       Diffstat:
         M appveyor.yml                        |       4 ++++
       
       1 file changed, 4 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/appveyor.yml b/appveyor.yml
       t@@ -3,6 +3,10 @@ environment:
          - JULIAVERSION: "julialang/bin/winnt/x64/0.6/julia-0.6-latest-win64.exe"
          - JULIAVERSION: "julianightlies/bin/winnt/x64/julia-latest-win64.exe"
        
       +matrix:
       +  allow_failures:
       +      - JULIAVERSION: "julianightlies/bin/winnt/x64/julia-latest-win64.exe"
       +
        branches:
          only:
            - master