Exclude arm32 builds on os x.

This commit is contained in:
Viral B. Shah 2015-01-06 09:24:06 +05:30
parent 769a422f06
commit 15007d5476

View file

@ -6,5 +6,9 @@ os:
env: env:
- TARGET=host - TARGET=host
- TARGET=arm32 - TARGET=arm32
matrix:
exclude:
- os: osx
env: TARGET="arm32"
notifications: notifications:
email: false email: false