mirror of
https://github.com/tmux/tmux.git
synced 2025-01-13 03:48:51 +00:00
Fix exclude.
This commit is contained in:
parent
955d9d22b9
commit
ff250aa30e
@ -15,12 +15,11 @@ env:
|
|||||||
jobs:
|
jobs:
|
||||||
exclude:
|
exclude:
|
||||||
- os: osx
|
- os: osx
|
||||||
- compiler: gcc
|
compiler: gcc
|
||||||
- env: BUILD=static
|
env: BUILD=static
|
||||||
exclude:
|
|
||||||
- os: osx
|
- os: osx
|
||||||
- compiler: clang
|
compiler: clang
|
||||||
- env: BUILD=static
|
env: BUILD=static
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- sh .github/travis/before-install.sh
|
- sh .github/travis/before-install.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user