Skip to content

Commit

Permalink
Properly fail the build
Browse files Browse the repository at this point in the history
  • Loading branch information
racodond committed Jan 12, 2017
1 parent 282ed11 commit fd7660e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions travis.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

set -euo pipefail

mvn -B clean install

if [ "$TRAVIS_PULL_REQUEST" != "false" ] && [ "$SQ_VERSION" == "LTS" ]; then
Expand Down

0 comments on commit fd7660e

Please sign in to comment.