Skip to content

Commit

Permalink
Add verbose logging
Browse files Browse the repository at this point in the history
  • Loading branch information
DieterReuter committed Jan 28, 2017
1 parent 40ed234 commit 0afa863
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion travis-build.sh
@@ -1,6 +1,5 @@
#!/bin/bash
set -e
set -x

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

# verbose logging
set -x

# create a build number
export BUILD_NR="$(date '+%Y%m%d-%H%M%S')"
echo "BUILD_NR=$BUILD_NR"
Expand Down

0 comments on commit 0afa863

Please sign in to comment.