Skip to content

Commit fdf6b0f

Browse files
smolanikic
authored andcommitted
set -ex on travis/compile.sh
-e to fail early: ./configure may fail and further errors from make bury the original problem in the logs. -x for easier debugging
1 parent 17d64af commit fdf6b0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

travis/compile.sh

Lines changed: 1 addition & 0 deletions
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)