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