Skip to content

Commit 933f9b7

Browse files
committed
allow failure on nightly
1 parent 20948ec commit 933f9b7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ 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: 0.7
19-
#- julia: nightly
16+
matrix:
17+
allow_failures:
18+
- julia: nightly
2019

2120
## uncomment and modify the following lines to manually install system packages
2221
addons:

0 commit comments

Comments
 (0)