Modify travis-ci tests so that it runs make distcheck

Allowing to both check that the distfile is sane and run the tests
pull/81/head
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: script:
- sh ./autogen.sh - sh ./autogen.sh
- ./configure --prefix=/usr - ./configure
- make - make distcheck
- make check
notifications: notifications:
email: false email: false