travis: run autoreconf with --no-recursive

This commit is contained in:
David Adam 2017-10-10 15:08:25 +08:00
parent 2d99623b17
commit a136bbdad9

View file

@ -53,7 +53,7 @@ matrix:
fast_finish: true
script:
- autoreconf
- autoreconf --no-recursive
- ./configure --prefix=$HOME/prefix || cat config.log
- make -j2 &&
make test DESTDIR=$HOME/prefix/ SHOW_INTERACTIVE_LOG=1 &&