Temporarily disable 'make distcheck' in Travis to diagnose build failures.

This commit is contained in:
Alexey Kopytov
2016-09-09 18:11:01 +03:00
parent aaaf21ea06
commit b17ba51f7f

View File

@ -53,7 +53,6 @@ before_script:
script:
- ./autogen.sh && ./configure --enable-coverage --with-mysql --with-pgsql
- make
- make distcheck
- make test
after_success: