Skip to content

Commit

Permalink
Merge pull request #11 from qbicsoftware/development
Browse files Browse the repository at this point in the history
Enables deployment on tags
  • Loading branch information
sven1103 authored Nov 29, 2019
2 parents 2cf6fbb + b230516 commit 5754511
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 5754511

Please sign in to comment.