Try to enable Travis iOS testing

Take 6
pull/461/head
Jeffrey Walton 2017-08-10 20:08:10 -04:00
parent d9b15e8ab7
commit c9ad2dbb51
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:
- |
if [[ "$BUILD_MODE" == "ios" ]]; then
cp TestScritps/setenv-ios.sh .
cp ./TestScritps/setenv-ios.sh .
. ./setenv-ios.sh
make -f GNUmakefile
else