aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohn Durkop <john.durkop@fermatsoftware.com>2020-09-09 05:18:51 -0700
committerJohn Durkop <john.durkop@fermatsoftware.com>2020-09-09 05:18:51 -0700
commitd61712233e7d33edaa200094201febec3fb5ada7 (patch)
tree8cef86d3773c8d1c27930c1280b68377b9859150 /.travis.yml
parent619e09e70534e7a95ad16c7dccf9c480fdcae1f6 (diff)
downloadmbedtls-d61712233e7d33edaa200094201febec3fb5ada7.zip
mbedtls-d61712233e7d33edaa200094201febec3fb5ada7.tar.gz
mbedtls-d61712233e7d33edaa200094201febec3fb5ada7.tar.bz2
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 <john.durkop@fermatsoftware.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index c67c0cd..76cb1c5 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