Skip to content

Commit f282991

Browse files
allow nightly failures
1 parent e8d4dcb commit f282991

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ os:
55
- osx
66
julia:
77
- 0.5
8-
- nightly
8+
matrix:
9+
allow_failures:
10+
- julia: nightly
911
notifications:
1012
email: false
1113
# uncomment the following lines to override the default test script

appveyor.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
environment:
22
matrix:
3-
- JULIAVERSION: "julialang/bin/winnt/x86/0.5/julia-0.5-latest-win32.exe"
4-
- JULIAVERSION: "julialang/bin/winnt/x64/0.5/julia-0.5-latest-win64.exe"
5-
- JULIAVERSION: "julianightlies/bin/winnt/x86/julia-latest-win32.exe"
6-
- JULIAVERSION: "julianightlies/bin/winnt/x64/julia-latest-win64.exe"
7-
3+
- JULIAVERSION: "julialang/bin/winnt/x64/0.5/julia-0.5-latest-win64.exe"
4+
matrix:
5+
allow_failures:
6+
- JULIAVERSION: "julianightlies/bin/winnt/x64/julia-latest-win64.exe"
87
branches:
98
only:
109
- master

0 commit comments

Comments
 (0)