From fb26fe44551baf0c44c80f93912b4f794c7e1f9e Mon Sep 17 00:00:00 2001 From: jin-eld Date: Fri, 30 Aug 2013 02:24:14 +0300 Subject: [PATCH] Add "make dist" to travis this should allow us to catch build system errors related to removing or adding source files --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 931c27b5..177d19c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,6 +31,7 @@ script: - ./configure - make -j3 - make check + - make dist notifications: email: false