Skip to content

Commit fc8ffe5

Browse files
committed
using set -x could produce more debug info.
1 parent bf4a5be commit fc8ffe5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

travis-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
#### halt script on error
4-
set -e
4+
set -xe
55

66
echo '##### Print docker version'
77
docker --version

0 commit comments

Comments
 (0)