Skip to content

Commit

Permalink
travis: Add a normal 'make' to the checks
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
chrissie-c committed Feb 22, 2016
1 parent 0aa6706 commit f439488
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ addons:
- splint
script: ./autogen.sh
&& ./configure --enable-syslog-tests
&& make
&& make check
&& make distcheck
sudo: false
Expand Down

0 comments on commit f439488

Please sign in to comment.