Skip to content

Commit

Permalink
Deploy using the CI profile
Browse files Browse the repository at this point in the history
  • Loading branch information
GregDThomas authored and guusdk committed Jan 7, 2019
1 parent 10f3df7 commit 71f93ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -14,7 +14,7 @@ script: mvn verify -P ci
install: true
deploy:
provider: script
script: mvn deploy --settings target/ci-tooling/maven-settings-for-openfire-plugins.xml
script: mvn deploy --settings target/ci-tooling/maven-settings-for-openfire-plugins.xml -P ci
skip_cleanup: true
on:
all_branches: true
Expand Down

0 comments on commit 71f93ef

Please sign in to comment.