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 df255b4 commit b499608
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion travis-build.sh
Original file line number Diff line number Diff line change
@@ -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 @@ -13,6 +12,9 @@ if [ -z "$GITHUB_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 b499608

Please sign in to comment.