mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
Fix exclude.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user