Skip to content

Commit c0fac03

Browse files
committed
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3: set -ex on travis/compile.sh
2 parents 6f0c338 + fdf6b0f commit c0fac03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

travis/compile.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
set -ex
23
if [[ "$ENABLE_MAINTAINER_ZTS" == 1 ]]; then
34
TS="--enable-maintainer-zts";
45
else

0 commit comments

Comments
 (0)