mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Run compile step under travis_wait
If there are no warnings, we may end up compiling more than 10 minutes without output, in which case the build times out. Use travis_wait to avoid this.
This commit is contained in:
parent
0774d67ff9
commit
0f777c768c
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ before_script:
|
|||
# Enable IPv6
|
||||
- sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6'
|
||||
# Compile PHP
|
||||
- ./travis/compile.sh
|
||||
- travis_wait ./travis/compile.sh
|
||||
# Setup Extensions
|
||||
- . ./travis/ext/mysql/setup.sh
|
||||
- . ./travis/ext/mysqli/setup.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue