Skip to content

Commit f804a84

Browse files
committed
Allow failures on nightly due to 'Internal error: encountered unexpected error in runtime'
1 parent 88f6dd6 commit f804a84

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,9 @@ notifications:
1515
git:
1616
depth: 99999999
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
18+
matrix:
19+
allow_failures:
20+
- julia: nightly
2321

2422
## uncomment and modify the following lines to manually install system packages
2523
#addons:

0 commit comments

Comments
 (0)