Skip to content

Commit 8ee95bd

Browse files
authored
allow failures on julia nightly builds
1 parent 3f037db commit 8ee95bd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,10 @@ matrix:
6161
- aot/runtests.sh
6262
after_success: skip
6363
- {<<: *test-aot, name: "AOT (Julia: nightly)", julia: nightly}
64-
64+
65+
jobs:
66+
allow_failures:
67+
- julia: nightly
6568
after_success:
6669
- julia -e 'Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
6770
notifications:

0 commit comments

Comments
 (0)