Skip to content

Commit f439488

Browse files
committed
travis: Add a normal 'make' to the checks
make check doesn't build the docs and so errors in that part of the build system will not be checked without a normal 'make'. Signed-off-by: Christine Caulfield <[email protected]>
1 parent 0aa6706 commit f439488

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ addons:
77
- splint
88
script: ./autogen.sh
99
&& ./configure --enable-syslog-tests
10+
&& make
1011
&& make check
1112
&& make distcheck
1213
sudo: false

0 commit comments

Comments
 (0)