Skip to content

Commit 33d34b9

Browse files
committed
Allow failures on nightly.
1 parent 407c65f commit 33d34b9

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ julia:
77
- 1.0
88
- 1.1
99
- nightly
10+
matrix:
11+
allow_failures:
12+
- julia: nightly
1013
notifications:
1114
email: false
1215
branches:

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ platform:
1010

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

1717
branches:
1818
only:

0 commit comments

Comments
 (0)