diff --git a/.travis.yml b/.travis.yml index b30e35f..718650b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,6 +46,16 @@ deploy: region: us-west-1 detect_encoding: true acl: public_read + on: + repo: Parabot/Parabot-317-API-Minified + branch: + - master + - development + jdk: 'oraclejdk7' + + - provider: script + script: "cp .travis.settings.xml $HOME/.m2/settings.xml && mvn package javadoc:javadoc deploy site:deploy" + skip_cleanup: true on: repo: Parabot/Parabot-317-API-Minified branch: diff --git a/.travis/.travis.settings.xml b/.travis/.travis.settings.xml new file mode 100644 index 0000000..304c7f5 --- /dev/null +++ b/.travis/.travis.settings.xml @@ -0,0 +1,12 @@ + + + + parabot-maven + ${env.FTP_USERNAME} + ${env.FTP_PASSWORD} + + + \ No newline at end of file