From 36318790a23c1f1eb2a5cc1e31cfebc84e9ae2fd Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Mon, 30 Jul 2018 14:11:54 -0400 Subject: [PATCH] Whitespace check-in --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5c4311ec..aa7ba607 100644 --- a/.travis.yml +++ b/.travis.yml @@ -145,12 +145,12 @@ script: if [[ "$BUILD_MODE" == "ios" ]]; then cp ./TestScripts/setenv-ios.sh . cp ./TestScripts/cryptest-ios.sh . - chmod +x *.sh + chmod +x *.sh ./cryptest-ios.sh elif [[ "$BUILD_MODE" == "android" ]]; then cp ./TestScripts/setenv-android-gcc.sh . cp ./TestScripts/cryptest-android.sh . - chmod +x *.sh + chmod +x *.sh ./cryptest-android.sh elif [[ "$BUILD_MODE" == "autotools" ]]; then cp ./TestScripts/cryptest-autotools.sh .