Try to enable Travis iOS testing

Take 15
pull/461/head
Jeffrey Walton 2017-08-10 21:11:33 -04:00
parent 9df1c3b09b
commit 7cbadb43f9
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" ]]; then
cp ./TestScripts/setenv-ios.sh .
. ./setenv-ios.sh
make -f GNUmakefile-cross