Skip to content

Commit

Permalink
Allow test failures for 0.7 (nightlies) on Windows for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
richardreeve committed Nov 29, 2017
1 parent a3b7679 commit d51ed34
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ branches:
only:
- master

matrix:
allow_failures:
- JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x86/julia-latest-win32.exe"
- JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x64/julia-latest-win64.exe"

notifications:
- provider: Email
on_build_success: false
Expand Down

0 comments on commit d51ed34

Please sign in to comment.