Skip to content

Commit 6684a65

Browse files
committed
allow failure for 0.7
1 parent 13c61d6 commit 6684a65

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,16 @@ os:
66
julia:
77
- 0.6
88
- nightly
9+
matrix:
10+
allow_failures:
11+
- julia: nightly
12+
913
notifications:
1014
email: false
1115
git:
1216
depth: 99999999
1317

18+
1419
## uncomment the following lines to allow failures on nightly julia
1520
## (tests will run but not make your overall status red)
1621
#matrix:

appveyor.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ environment:
22
matrix:
33
- JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x86/0.6/julia-0.6-latest-win32.exe"
44
- JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x64/0.6/julia-0.6-latest-win64.exe"
5-
- JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x86/julia-latest-win32.exe"
6-
- JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x64/julia-latest-win64.exe"
75

86
## uncomment the following lines to allow failures on nightly julia
97
## (tests will run but not make your overall status red)

0 commit comments

Comments
 (0)