From d61712233e7d33edaa200094201febec3fb5ada7 Mon Sep 17 00:00:00 2001 From: John Durkop Date: Wed, 9 Sep 2020 05:18:51 -0700 Subject: [PATCH] Remove check compilation guards from travis build With the increase in depends testing for PSA changes introduced here the Travis builds are now taking too long. The check for compilation guards will only be run on Jenkins now. See this comment for further details. https://github.com/ARMmbed/mbedtls/pull/3585#discussion_r485189748 Signed-off-by: John Durkop --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index c67c0cd33..76cb1c537 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,10 +28,6 @@ jobs: script: - tests/scripts/all.sh -k test_full_cmake_gcc_asan - - name: check compilation guards - script: - - tests/scripts/all.sh -k 'test_depends_*' 'build_key_exchanges' - - name: macOS os: osx compiler: clang