Skip to content

Commit 110e1c5

Browse files
committed
allow failures for v0.7 and nightly
1 parent 22ba11e commit 110e1c5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ git:
1313

1414
## uncomment the following lines to allow failures on nightly julia
1515
## (tests will run but not make your overall status red)
16-
#matrix:
17-
#allow_failures:
18-
#- julia: nightly
16+
matrix:
17+
allow_failures:
18+
- 0.7
19+
- julia: nightly
1920

2021
## uncomment and modify the following lines to manually install system packages
2122
addons:

0 commit comments

Comments
 (0)