Skip to content

Commit 0f777c7

Browse files
committed
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.
1 parent 0774d67 commit 0f777c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ before_script:
6464
# Enable IPv6
6565
- sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6'
6666
# Compile PHP
67-
- ./travis/compile.sh
67+
- travis_wait ./travis/compile.sh
6868
# Setup Extensions
6969
- . ./travis/ext/mysql/setup.sh
7070
- . ./travis/ext/mysqli/setup.sh

0 commit comments

Comments
 (0)