Skip to content

Commit

Permalink
forgot to update travis publish
Browse files Browse the repository at this point in the history
  • Loading branch information
lbergelson committed Feb 19, 2019
1 parent 32d5328 commit afc2367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ after_success:
- echo "TRAVIS_BRANCH='$TRAVIS_BRANCH'";
echo "JAVA_HOME='$JAVA_HOME'";
if [ "$TRAVIS_BRANCH" == "master" ]; then
./gradlew uploadArchives;
./gradlew publish;
fi

0 comments on commit afc2367

Please sign in to comment.