Skip to content

Commit

Permalink
Add set -e to tools.sh, refs #35
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreMiras committed Jun 27, 2017
1 parent e7bbf1c commit 7231565
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions travis/tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ dump_output
kill $PING_LOOP_PID
END

# exits on fail
set -e

export PING_SLEEP=30s
export WORKDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
export BUILD_OUTPUT=$WORKDIR/build.out
Expand Down

0 comments on commit 7231565

Please sign in to comment.