This is an automated email from the ASF dual-hosted git repository. billblough pushed a commit to branch 1_7 in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git
commit e47d5d8a0b7ebcc65624280f5c7452f88d3a0e05 Author: Andreas Veithen <veit...@apache.org> AuthorDate: Sun Aug 19 17:04:29 2018 +0000 Merge r1837564 and r1838386 to the 1.7 branch. --- .travis-settings.xml | 13 +++++++++++++ .travis.yml | 17 +++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/.travis-settings.xml b/.travis-settings.xml new file mode 100644 index 0000000..ab1e4a6 --- /dev/null +++ b/.travis-settings.xml @@ -0,0 +1,13 @@ +<?xml version="1.0"?> +<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 + http://maven.apache.org/xsd/settings-1.0.0.xsd"> + <servers> + <server> + <id>apache.snapshots.https</id> + <username>${env.REPO_USERNAME}</username> + <password>${env.REPO_PASSWORD}</password> + </server> + </servers> +</settings> diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..d2a3fee --- /dev/null +++ b/.travis.yml @@ -0,0 +1,17 @@ +dist: trusty +language: java +jdk: + - openjdk8 +install: true +script: '[ "$TRAVIS_REPO_SLUG" == apache/rampart ] && [ "$TRAVIS_BRANCH" == 1_7 ] && [ "$TRAVIS_PULL_REQUEST" == false ] && goal=deploy || goal=verify ; mvn -B -s .travis-settings.xml -Papache-release -Dgpg.skip=true $goal' +env: + global: + - secure: "EdhUKPgSqlyvV1WTzEhe91zTiTFzcQCG4FcdgN73j5VRYYU08hDuv7NeOTR7ks2iIhhVRBsKVJ6HdHlr5x7KDLKxelhP9J1zE+wHwQToQoL+pGSHS12h5pTRHwioy9nzCvCcZNM0nkN2w6M3Lbql8UOOjGjzdsOzWhVqYhpDc8c=" + - secure: "G0DkdCmLgsnwqDsHexziUWiDQ33wvUreMLCl4tQYmp25AGDi5YtVaqzlZrQbZGI6KiaH3Ud2DO3oBaxi553H/LeJMqalDIwQcQPs+xjBru4HfPV3umuIMz+A9DRQ6x/274E9n25H7AwA49JLGmqpcL94vVbwE7ZgQ81Jh4txzWw=" +cache: + directories: + - $HOME/.m2 +notifications: + email: + # java-...@axis.apache.org doesn't work here because it's not an address registered on GitHub. + - veit...@apache.org