Skip to content

Commit 72ce93f

Browse files
committed
allow failures on MASTER
1 parent 430c9d9 commit 72ce93f

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
@@ -14,6 +14,9 @@ env:
1414
- TMUX_VERSION=2.0
1515
- TMUX_VERSION=1.8
1616
- TMUX_VERSION=1.9a
17+
matrix:
18+
allow_failures:
19+
- env: TMUX_VERSION=master
1720
before_install:
1821
- export PIP_USE_MIRRORS=true
1922
- pip install --upgrade pytest # https://github.com/travis-ci/travis-ci/issues/4873

0 commit comments

Comments
 (0)