Update travis config to run distcheck

This is much more comprehensive than just 'make' since it actually
runs the binaries (--version mode) and checks that the distributed
archive is complete.
This commit is contained in:
Iustin Pop
2016-05-01 04:04:35 +02:00
parent 3421b4d92a
commit aa00a18dc8

View File

@@ -3,7 +3,7 @@
# #
language: c language: c
# no tests or configuration steps for now # no tests or configuration steps for now
script: make script: make && make distcheck
# build with both gcc and clang # build with both gcc and clang
compiler: compiler:
- clang - clang