Add "make dist" to travis

this should allow us to catch build system errors related to removing or adding
source files
This commit is contained in:
jin-eld 2013-08-30 02:24:14 +03:00
parent 93e2e1eaa0
commit fb26fe4455

View File

@ -31,6 +31,7 @@ script:
- ./configure
- make -j3
- make check
- make dist
notifications:
email: false