Skip to content

Commit

Permalink
skip tests for snapshot builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajay Kannan committed Oct 15, 2015
1 parent 49f9b3f commit 87d698b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/after_success.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if [ "${TRAVIS_JDK_VERSION}" == "oraclejdk7" -a "${TRAVIS_BRANCH}" == "master" -
utilities/update_docs_version.sh # Update version in READMEs
mvn clean deploy --settings ~/.m2/settings.xml -P sign-deploy
else
mvn clean deploy -Dgpg.skip=true --settings ~/.m2/settings.xml
mvn clean deploy -DskipTests=true -Dgpg.skip=true --settings ~/.m2/settings.xml
fi
else
echo "Not deploying artifacts. This is only done with non-pull-request commits to master branch with Oracle Java 7 builds."
Expand Down

0 comments on commit 87d698b

Please sign in to comment.