8000 travis-build.sh: fix indentation · oeway/scijava-scripts@5222a6f · GitHub
[go: up one dir, main page]

Skip to content

Commit 5222a6f

Browse files
committed
travis-build.sh: fix indentation
1 parent d6bb0de commit 5222a6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

travis-build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ dir="$(dirname "$0")"
99
success=0
1010
checkSuccess() {
1111
# Log non-zero exit code.
12-
test $1 -eq 0 || echo "==> FAILED: EXIT CODE $1" 1>&2
12+
test $1 -eq 0 || echo "==> FAILED: EXIT CODE $1" 1>&2
1313

1414
# Record the first non-zero exit code.
15-
test $success -eq 0 && success=$1
15+
test $success -eq 0 && success=$1
1616
}
1717

1818
# Build Maven projects.

0 commit comments

Comments
 (0)
0