From d9b15e8ab7ec44a7c052174e45a1f1980c11194a Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 10 Aug 2017 20:06:19 -0400 Subject: [PATCH] Try to enable Travis iOS testing Take 6 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 793dca16..94ae1dfa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,6 +34,8 @@ matrix: # Skip GCC on OS X entirely - os: osx compiler: gcc + - os: linux + BUILD_MODE="ios" allow_failures: # Ignore problems with old toolchains