8000 travisify.sh: make minor whitespace adjustments · oeway/scijava-scripts@e648e1e · GitHub
[go: up one dir, main page]

Skip to content

Commit e648e1e

Browse files
committed
travisify.sh: make minor whitespace adjustments
1 parent 101270b commit e648e1e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

travisify.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ process() {
6666
cd "$1"
6767

6868
# -- Git sanity checks --
69+
6970
repoSlug=$(xmllint --xpath '//*[local-name()="project"]/*[local-name()="scm"]/*[local-name()="connection"]' pom.xml|sed 's_.*github.com[:/]\(.*\)<.*_\1_')
7071
test "$repoSlug" && info "Repository = $repoSlug" || die 'Could not determine GitHub repository slug'
7172
case "$repoSlug" in
@@ -83,6 +84,7 @@ process() {
8384
# die "Mismatch with upstream branch (local ahead?)"
8485

8586
# -- POM sanity checks --
87+
8688
parent=$(xmllint --xpath '//*[local-name()="project"]/*[local-name()="parent"]/*[local-name()="artifactId"]' pom.xml|sed 's/[^>]*>//'|sed 's/<.*//')
8789
if [ -z "$SKIP_PARENT_CHECK" ]
8890
then
@@ -91,6 +93,7 @@ process() {
9193
fi
9294

9395
# -- Travis sanity checks --
96+
9497
test -e "$travisDir" -a ! -d "$travisDir" && die "$travisDir is not a directory"
9598
test -e "$travisConfig" -a ! -f "$travisConfig" && die "$travisConfig is not a regular file"
9699
test -e "$travisConfig" && warn "$travisConfig already exists"

0 commit comments

Comments
 (0)
0