brew ignores CC variable (#1131)
* check if brew is respecting CC variable * brew ignores CC variable
This commit is contained in:
parent
23a426625f
commit
75d0d5b1d9
|
@ -29,14 +29,6 @@ matrix:
|
|||
- if: branch = master
|
||||
os: osx
|
||||
script: brew install --HEAD unicorn && brew test unicorn
|
||||
compiler: gcc
|
||||
- if: branch = master
|
||||
os: osx
|
||||
script: brew install --HEAD unicorn && brew test unicorn
|
||||
compiler: clang
|
||||
allow_failures:
|
||||
- os: osx
|
||||
script: brew install --HEAD unicorn && brew test unicorn
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
|
|
Loading…
Reference in New Issue