From d79d14b3ef5f4f5197901c6f80725258198da282 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 10 Aug 2017 19:55:09 -0400 Subject: [PATCH] Try to enable Travis iOS testing Take 4 --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 83fdf960..5d5ce2bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,12 +42,12 @@ matrix: script: - if [[ "$BUILD_MODE" == "ios" ]]; then - cp TestScritps/setenv-ios.sh . ; - . ./setenv-ios.sh ; - make -f GNUmakefile ; + cp TestScritps/setenv-ios.sh . + . ./setenv-ios.sh + make -f GNUmakefile else make "$BUILD_MODE" && ./cryptest.exe v && ./cryptest.exe tv all - if + fi # whitelist branches to avoid testing feature branches twice branches: