Skip to content

Commit 22f42f8

Browse files
committed
Allow test failures on Julia nightly
1 parent 0d1588a commit 22f42f8

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

.appveyor.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@ environment:
99
platform:
1010
- x64 # 64-bit
1111

12-
## uncomment the following lines to allow failures on nightly julia
13-
## (tests will run but not make your overall status red)
14-
#matrix:
15-
# allow_failures:
16-
# - julia_version: nightly
12+
matrix:
13+
allow_failures:
14+
- julia_version: nightly
1715

1816
#branches:
1917
# only:

.travis.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,6 @@ arch:
1515
- amd64
1616
- x86
1717

18-
## uncomment the following lines to allow failures on nightly julia
19-
## (tests will run but not make your overall status red)
20-
#matrix:
21-
# allow_failures:
22-
# - julia: nightly
23-
# fast_finish: true
24-
2518
notifications:
2619
email: false
2720

@@ -32,6 +25,9 @@ after_success:
3225
- julia -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
3326

3427
jobs:
28+
allow_failures:
29+
- julia: nightly
30+
fast_finish: true
3531
exclude:
3632
- os: osx
3733
arch: x86

0 commit comments

Comments
 (0)