From ec4c9563726e290e8d7323f75eb751ddf4ed8a51 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Tue, 21 Apr 2020 22:23:35 +0200 Subject: [PATCH] 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 --- .travis.yml | 8 +------- 1 file changed, 1 insertion(+), 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: