Skip to content

Commit 2555e38

Browse files
authored
Merge pull request #15830 from anntzer/failnight
Allow failure on nightly builds.
2 parents 582ba33 + f41d792 commit 2555e38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ matrix:
9898
- $HOME/.ccache # https://github.com/travis-ci/travis-ci/issues/5853
9999
- $HOME/.cache/matplotlib
100100
allow_failures:
101+
- python: "nightly"
101102

102103
before_install: |
103104
case "$TRAVIS_OS_NAME" in

0 commit comments

Comments
 (0)