summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-04-12 10:05:15 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-04-12 10:05:15 +0200
commit0f777c768ca158f26cd16faaa37bd458164b119e (patch)
tree8b63f88e4b0f76772ecffd501970ef1cf9e2b844 /.travis.yml
parent0774d67ff958baa0ad08ae202c90a6553417d39a (diff)
downloadphp-git-0f777c768ca158f26cd16faaa37bd458164b119e.tar.gz
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.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e256b58171..1942e8d9a3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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