mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
travis: run autoreconf with --no-recursive
This commit is contained in:
parent
2d99623b17
commit
a136bbdad9
1 changed files with 1 additions and 1 deletions
|
@ -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 &&
|
||||
|
|
Loading…
Reference in a new issue