Skip to content

Commit 7a5897c

Browse files
committed
CI: skip tests when deploying
1 parent f6a405f commit 7a5897c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
1111
git clone https://$GH_TOKEN:x-oauth-basic@github.com/turbolent/mvn-repo.git $REPO_DIR
1212

1313
echo -e "Running maven deploy ...\n"
14-
mvn deploy -DrepositoryPath=$REPO_DIR
14+
mvn deploy -DrepositoryPath=$REPO_DIR -DskipTests
1515

1616
echo -e "Committing and pushing ...\n"
1717
cd $REPO_DIR

0 commit comments

Comments
 (0)