From 7907742c1a48d5e2ca8b3990008c52ac474f2a8c Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 10 Aug 2017 22:10:47 -0400 Subject: [PATCH] Try to enable Travis iOS testing Take 17 --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 80bffd8d..7dfd3252 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,9 @@ matrix: - os: osx compiler: gcc - os: linux - env: BUILD_MODE="ios" + env: BUILD_MODE="ios-arm" + - os: linux + env: BUILD_MODE="ios-arm64" allow_failures: # Ignore problems with old toolchains