From b5e2980664c9f748c99befe0e33637c3ffecb770 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 10 Aug 2017 20:18:56 -0400 Subject: [PATCH] Try to enable Travis iOS testing Take 8 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 160a293c..fde270b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,7 +35,7 @@ matrix: - os: osx compiler: gcc - os: linux - BUILD_MODE="ios" + env: BUILD_MODE="ios" allow_failures: # Ignore problems with old toolchains