Modify travis-ci tests so that it runs make distcheck

Allowing to both check that the distfile is sane and run the tests
feature/tap-sh
Baptiste Daroussin 2015-09-03 11:21:04 +02:00
parent a872213632
commit d2e1d15f6a
1 changed files with 2 additions and 3 deletions

View File

@ -6,9 +6,8 @@ compiler:
script:
- sh ./autogen.sh
- ./configure --prefix=/usr
- make
- make check
- ./configure
- make distcheck
notifications:
email: false