summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorjin-eld <jin at mediatomb dot cc>2013-08-30 02:24:14 +0300
committerjin-eld <jin at mediatomb dot cc>2013-08-30 02:24:14 +0300
commitfb26fe44551baf0c44c80f93912b4f794c7e1f9e (patch)
treea2b905c729fa5228aa6dcf809b7452fc4cfddb80 /.travis.yml
parent93e2e1eaa06ab11ed4ca661405970e6810e4f882 (diff)
Add "make dist" to travis
this should allow us to catch build system errors related to removing or adding source files
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 931c27b5..177d19c1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,6 +31,7 @@ script:
31 - ./configure 31 - ./configure
32 - make -j3 32 - make -j3
33 - make check 33 - make check
34 - make dist
34 35
35notifications: 36notifications:
36 email: false 37 email: false