Skip to content

Commit 15007d5

Browse files
committed
Exclude arm32 builds on os x.
1 parent 769a422 commit 15007d5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,9 @@ os:
66
env:
77
- TARGET=host
88
- TARGET=arm32
9+
matrix:
10+
exclude:
11+
- os: osx
12+
env: TARGET="arm32"
913
notifications:
1014
email: false

0 commit comments

Comments
 (0)