Modify travis-ci tests so that it runs make distcheck
Allowing to both check that the distfile is sane and run the testspull/81/head
parent
a872213632
commit
d2e1d15f6a
|
@ -6,9 +6,8 @@ compiler:
|
|||
|
||||
script:
|
||||
- sh ./autogen.sh
|
||||
- ./configure --prefix=/usr
|
||||
- make
|
||||
- make check
|
||||
- ./configure
|
||||
- make distcheck
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
|
|
Loading…
Reference in New Issue