]> granicus.if.org Git - php/commitdiff
Run compile step under travis_wait
authorNikita Popov <nikita.ppv@gmail.com>
Fri, 12 Apr 2019 08:05:15 +0000 (10:05 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Fri, 12 Apr 2019 08:05:15 +0000 (10:05 +0200)
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.

.travis.yml

index e256b58171026baae638793893a8a11d9f20914f..1942e8d9a3743186b1bc4c86b8167277f2243bd4 100644 (file)
@@ -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