aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Peskine <Gilles.Peskine@arm.com>2020-04-21 22:23:35 +0200
committerGilles Peskine <Gilles.Peskine@arm.com>2020-04-25 22:39:27 +0200
commit3c7ffd7a4091916db501d41c8e9ce6bc7e2f0586 (patch)
treefdc8f937c8be198748bbf3b3f7682e96a7b37866
parenta38f3685dc09fa765040e00d431b84a67baeb465 (diff)
downloadmbed-tls-3c7ffd7a4091916db501d41c8e9ce6bc7e2f0586.tar.gz
Travis: call all.sh for sanity checks
Different releases have different sets of sanity checks. Keep the list in one place, namely all.sh. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
-rw-r--r--.travis.yml8
1 files changed, 1 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index 113ef19e0..9f439ad90 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,13 +16,7 @@ jobs:
install:
- pip install pylint==2.4.4
script:
- - tests/scripts/recursion.pl library/*.c
- - tests/scripts/check-generated-files.sh
- - tests/scripts/check-doxy-blocks.pl
- - tests/scripts/check-names.sh
- - tests/scripts/check-files.py
- - tests/scripts/doxygen.sh
- - tests/scripts/check-python-files.sh
+ - tests/scripts/all.sh -k 'check_*'
- name: default configuration
script: