From bf47e175e37a76446af2e0b03ec24c49f4aae141 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 10 Aug 2017 19:50:41 -0400 Subject: [PATCH] Try to enable Travis iOS testing Take 2 --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7678c2d1..2c8da11c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,15 +42,13 @@ matrix: script: - if [[ "$BUILD_MODE" == "ios" ]]; then + cp TestScritps/setenv-ios.sh . . ./setenv-ios.sh make -f GNUmakefile else make "$BUILD_MODE" && ./cryptest.exe v && ./cryptest.exe tv all if -after_success: - - if [[ ( ("$BUILD_MODE" = "coverage") && ("$CC" = "gcc") ) ]]; then CODECOV_TOKEN="5c7bc59c-e95f-4594-82c3-33e7a1942592" bash <(curl -s https://codecov.io/bash); fi; - # whitelist branches to avoid testing feature branches twice branches: only: