From 15007d547616a88bafafe84f8e7ebd5f5444a4a1 Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" Date: Tue, 6 Jan 2015 09:24:06 +0530 Subject: [PATCH] Exclude arm32 builds on os x. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index aafa8b8..187bcd3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,5 +6,9 @@ os: env: - TARGET=host - TARGET=arm32 +matrix: + exclude: + - os: osx + env: TARGET="arm32" notifications: email: false