From eae89e2af0fc85c93af64fa5b106d09a4e4f681f Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 10 Aug 2017 20:33:39 -0400 Subject: [PATCH] Try to enable Travis iOS testing Take 11 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cce3c37f..7c07b0fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,7 +44,7 @@ matrix: script: - | - if [[ ("$BUILD_MODE" == "ios" && "$os" == "osx") ]]; then + if [[ "$BUILD_MODE" == "ios" && "$os" == "osx" ]]; then cp ./TestScripts/setenv-ios.sh . . ./setenv-ios.sh make -f GNUmakefile