Skip to content

Commit c1b5462

Browse files
committed
travis-build.sh: use tabs for leading whitespace
1 parent bc1c1fb commit c1b5462

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

travis-build.sh

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ export MAVEN_OPTS=-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf
1010

1111
dir="$(dirname "$0")"
1212
if [ "$TRAVIS_SECURE_ENV_VARS" = true \
13-
-a "$TRAVIS_PULL_REQUEST" = false \
14-
-a "$TRAVIS_BRANCH" = master ]
13+
-a "$TRAVIS_PULL_REQUEST" = false \
14+
-a "$TRAVIS_BRANCH" = master ]
1515
then
16-
echo "== Building and deploying master SNAPSHOT =="
17-
mvn -B -Pdeploy-to-imagej deploy --settings "$dir/.travis/settings.xml"
16+
echo "== Building and deploying master SNAPSHOT =="
17+
mvn -B -Pdeploy-to-imagej deploy --settings "$dir/.travis/settings.xml"
1818
elif [ "$TRAVIS_SECURE_ENV_VARS" = true \
19-
-a "$TRAVIS_PULL_REQUEST" = false \
20-
-a -f release.properties ]
19+
-a "$TRAVIS_PULL_REQUEST" = false \
20+
-a -f release.properties ]
2121
then
22-
echo "== Cutting and deploying release version =="
23-
mvn -B --settings "$dir/.travis/settings.xml" release:perform
22+
echo "== Cutting and deploying release version =="
23+
mvn -B --settings "$dir/.travis/settings.xml" release:perform
2424
else
25-
echo "== Building the artifact locally only =="
26-
mvn -B install
25+
echo "== Building the artifact locally only =="
26+
mvn -B install
2727
fi

0 commit comments

Comments
 (0)