Try to enable Travis iOS testing

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

View File

@ -45,7 +45,7 @@ matrix:
script: script:
- | - |
if [[ ("$BUILD_MODE" == "ios" && "$os" == "osx") ]]; then if [[ ("$BUILD_MODE" == "ios" && "$os" == "osx") ]]; then
cp ./TestScritps/setenv-ios.sh . cp ./TestScripts/setenv-ios.sh .
. ./setenv-ios.sh . ./setenv-ios.sh
make -f GNUmakefile make -f GNUmakefile
elif [[ "$BUILD_MODE" == "ios" ]]; then elif [[ "$BUILD_MODE" == "ios" ]]; then