Skip to content

Commit

Permalink
Allow CI faliure on nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnimuc committed Jan 24, 2018
1 parent c20a0a2 commit a784f5c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ os:
julia:
- 0.6
- nightly
# matrix:
# allow_failures:
# - julia: nightly
matrix:
allow_failures:
- julia: nightly
notifications:
email: false
#script: # use the default script which is equivalent to the following
Expand Down
5 changes: 5 additions & 0 deletions 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

0 comments on commit a784f5c

Please sign in to comment.