Skip to content

Commit

Permalink
Enables deployment on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
sven1103 committed Nov 29, 2019
1 parent 5e49f8a commit b230516
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 @@ -58,8 +58,8 @@ deploy:
script: mvn build-helper:parse-version versions:set -DnewVersion=$TRAVIS_TAG -DprocessAllModules && mvn versions:commit &&
mvn --quiet --activate-profiles !development-build,release-build --settings .travis.settings.xml deploy
on:
branch: master
condition: '"$TRAVIS_EVENT_TYPE" = "push"'
tags: true

# change according to your needs, but we recommend to deactivate email notifications
# for now, we configured Travis to send a notification to the #travis-ci channel
Expand Down

0 comments on commit b230516

Please sign in to comment.