Skip to content

Commit 8f078b1

Browse files
Travis: call all.sh for sanity checks
Reduce the maintenance effort to keep Travis and all.sh somewhat aligned. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
1 parent cb47da4 commit 8f078b1

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.travis.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,7 @@ jobs:
88
include:
99
- name: sanity
1010
script:
11-
- tests/scripts/recursion.pl library/*.c
12-
- tests/scripts/check-generated-files.sh
13-
- tests/scripts/check-doxy-blocks.pl
14-
- tests/scripts/check-names.sh
15-
- tests/scripts/check-files.py
16-
- tests/scripts/doxygen.sh
11+
- tests/scripts/all.sh 'check_*'
1712
- name: default configuration
1813
script:
1914
- cmake -D CMAKE_BUILD_TYPE:String="Check" .

0 commit comments

Comments
 (0)