From a243f41cb4807aa3784e2133986bda270464517c Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Fri, 23 Oct 2015 15:17:59 -0700 Subject: [iOS] Don't build iOS on Travis, it's too slow --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index d9e0cdb179..491d1e8346 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,9 +27,6 @@ matrix: - os: osx osx_image: xcode7 env: FLAVOR=osx BUILDTYPE=Debug - - os: osx - osx_image: xcode7 - env: FLAVOR=ios BUILDTYPE=Release - os: linux env: FLAVOR=android ANDROID_ABI=arm-v7 BUILDTYPE=Release android: -- cgit v1.2.1