mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-26 11:45:08 +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
|
fast_finish: true
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- autoreconf
|
- autoreconf --no-recursive
|
||||||
- ./configure --prefix=$HOME/prefix || cat config.log
|
- ./configure --prefix=$HOME/prefix || cat config.log
|
||||||
- make -j2 &&
|
- make -j2 &&
|
||||||
make test DESTDIR=$HOME/prefix/ SHOW_INTERACTIVE_LOG=1 &&
|
make test DESTDIR=$HOME/prefix/ SHOW_INTERACTIVE_LOG=1 &&
|
||||||
|
|
Loading…
Reference in a new issue