Fix exclude.

pull/2195/head
Nicholas Marriott 2020-05-03 11:12:51 +01:00
parent 955d9d22b9
commit ff250aa30e
1 changed files with 4 additions and 5 deletions

View File

@ -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