Skip to content

Commit 387a48a

Browse files
allow nightly failures
1 parent 58c1771 commit 387a48a

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ os:
55
- osx
66
julia:
77
- 0.5
8+
- 0.6
89
- nightly
10+
matrix:
11+
allow_failures:
12+
- julia: nightly
913
notifications:
1014
email: false
1115
# uncomment the following lines to override the default test script

appveyor.yml

+7
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,16 @@ environment:
22
matrix:
33
- JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x86/0.5/julia-0.5-latest-win32.exe"
44
- JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x64/0.5/julia-0.5-latest-win64.exe"
5+
- JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x86/0.6/julia-0.6-latest-win32.exe"
6+
- JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x64/0.6/julia-0.6-latest-win64.exe"
57
- JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x86/julia-latest-win32.exe"
68
- JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x64/julia-latest-win64.exe"
79

10+
matrix:
11+
allow_failures:
12+
- JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x86/julia-latest-win32.exe"
13+
- JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x64/julia-latest-win64.exe"
14+
815
branches:
916
only:
1017
- master

0 commit comments

Comments
 (0)