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
1 changed files with 4 additions and 0 deletions

View File

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