Skip to content
This repository was archived by the owner on Feb 2, 2026. It is now read-only.

Commit a4951d6

Browse files
committed
Properly fail the build
1 parent 5cf3cb4 commit a4951d6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

travis.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
set -euo pipefail
4+
35
mvn -B clean install
46

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

0 commit comments

Comments
 (0)