[travis] Add 'make distcheck' to the test script.

This commit is contained in:
Suresh Sundriyal 2015-04-05 13:34:09 -07:00
parent faa54f4823
commit d1916b3329
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ language: cpp
compiler: gcc
before_install:
- sudo apt-get install -y -qq libgpm-dev
script: ./autogen.sh && ./configure && make && make check
script: ./autogen.sh && ./configure && make && make check && make distcheck
after_script: test -e test/test-suite.log && cat test/test-suite.log
env: