We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6a405f commit 7a5897cCopy full SHA for 7a5897c
.travis/deploy.sh
@@ -11,7 +11,7 @@ if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
11
git clone https://$GH_TOKEN:x-oauth-basic@github.com/turbolent/mvn-repo.git $REPO_DIR
12
13
echo -e "Running maven deploy ...\n"
14
- mvn deploy -DrepositoryPath=$REPO_DIR
+ mvn deploy -DrepositoryPath=$REPO_DIR -DskipTests
15
16
echo -e "Committing and pushing ...\n"
17
cd $REPO_DIR
0 commit comments