Added an exclusion to .travis.yml.

Details:
- Added exclusion for out-of-tree builds on OS X (clang).
This commit is contained in:
Field G. Van Zee
2017-12-13 16:31:36 -06:00
parent b9f7d987df
commit a32e8a47c0

View File

@@ -32,6 +32,8 @@ matrix:
compiler: clang
- os: osx
compiler: gcc
- os: osx
env: OOT=1 TEST=0 THR="none" CONF="auto"
- os: osx
env: OOT=0 TEST=1 THR="none" CONF="penryn"
- os: osx