Skip to content

Commit 0afa863

Browse files
committed
Add verbose logging
1 parent 40ed234 commit 0afa863

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

travis-build.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/bin/bash
22
set -e
3-
set -x
43

54
# This script is meant to run on Travis-CI only
65
if [ -z "$TRAVIS_BRANCH" ]; then
@@ -18,6 +17,9 @@ if [ -z "$GITHUB_OAUTH_TOKEN" ]; then
1817
exit 1
1918
fi
2019

20+
# verbose logging
21+
set -x
22+
2123
# create a build number
2224
export BUILD_NR="$(date '+%Y%m%d-%H%M%S')"
2325
echo "BUILD_NR=$BUILD_NR"

0 commit comments

Comments
 (0)