TravisCI: exclude building miniupnpd on OS X

This commit is contained in:
Chocobo1 2015-09-15 23:31:08 +08:00
parent 90b41c4f31
commit 8335fce1bc
1 changed files with 5 additions and 0 deletions

View File

@ -22,6 +22,11 @@ env:
- 'PROJECT=miniupnpc-libevent'
- 'PROJECT=miniupnpd'
matrix:
exclude:
- os: osx
env: PROJECT=miniupnpd
compiler:
- gcc
- clang