Skip to content

Commit 9b8ae85

Browse files
committed
Allow failures on nightly
1 parent 7bf90a9 commit 9b8ae85

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ julia:
88
- nightly
99
notifications:
1010
email: false
11+
matrix:
12+
allow_failures:
13+
- julia: nightly
1114
# uncomment the following lines to override the default test script
1215
script:
1316
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi

0 commit comments

Comments
 (0)