Skip to content

Commit 203fc17

Browse files
committed
Revert "changed travis branch."
This reverts commit a29b75b.
1 parent a29b75b commit 203fc17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ script:
8787

8888
after_success:
8989
# push a snapshot version to maven repo
90-
- if [ $SONATYPE_USERNAME ] && [ -z $TRAVIS_TAG ] && [ "$TRAVIS_BRANCH" = "release-rc1" ]; then
90+
- if [ $SONATYPE_USERNAME ] && [ -z $TRAVIS_TAG ] && [ "$TRAVIS_BRANCH" = "3.0.0" ]; then
9191
mvn clean deploy --settings .travis/settings.xml;
9292
echo "Finished mvn clean deploy for $TRAVIS_BRANCH";
9393
fi;

0 commit comments

Comments
 (0)