Skip to content

Commit 56f11e2

Browse files
committed
Merge branch 'PHP-7.4'
* PHP-7.4: set -ex on travis/compile.sh
2 parents c48b745 + c0fac03 commit 56f11e2

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_ZTS" == 1 ]]; then
34
TS="--enable-zts";
45
else

0 commit comments

Comments
 (0)