From d1916b33291e85608bdc30fda8223e2cdec088bf Mon Sep 17 00:00:00 2001 From: Suresh Sundriyal Date: Sun, 5 Apr 2015 13:34:09 -0700 Subject: [PATCH] [travis] Add 'make distcheck' to the test script. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c7107c23..4e60ca53 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: