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: