Try to enable Travis iOS testing

Take 11
pull/461/head
Jeffrey Walton 2017-08-10 20:33:39 -04:00
parent 6392bcc69d
commit eae89e2af0
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 1 additions and 1 deletions

View File

@ -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