From aa00a18dc8f2f826f2ddc0509fc63635805cbb60 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sun, 1 May 2016 04:04:35 +0200 Subject: [PATCH] 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. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9326ab3..07bb605 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ # language: c # no tests or configuration steps for now -script: make +script: make && make distcheck # build with both gcc and clang compiler: - clang