Skip to content

Commit b803a85

Browse files
committed
allow failures on nightly
1 parent c51401f commit b803a85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ git:
1414

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

2121
## uncomment and modify the following lines to manually install system packages
2222
#addons:

0 commit comments

Comments
 (0)