Skip to content

Commit 784e3d4

Browse files
authored
Merge pull request #96 from invenia/allow-nightly-failures
Allow failures on nightly
2 parents 7bf90a9 + 9b8ae85 commit 784e3d4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
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)