Skip to content

Commit

Permalink
Allow nightly failures in generated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher-dG committed Aug 29, 2017
1 parent 34658bc commit 3ec33bc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions defaults/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ environment:
- 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"

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"

branches:
only:
- master
Expand Down
4 changes: 4 additions & 0 deletions defaults/travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ os:
julia:
- {{VERSION}}
- nightly
matrix:
allow_failures:
- julia: nightly
fast_finish: true
notifications:
email: false
script:
Expand Down

0 comments on commit 3ec33bc

Please sign in to comment.