Author: veithen
Date: Sun Oct 28 14:06:08 2018
New Revision: 1845031
URL: http://svn.apache.org/viewvc?rev=1845031&view=rev
Log:
Build with Java 8 and 9.
Modified:
axis/axis2/java/core/trunk/.travis.yml
Modified: axis/axis2/java/core/trunk/.travis.yml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/.travis.yml?rev=1845031&r1=1845030&r2=1845031&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/.travis.yml (original)
+++ axis/axis2/java/core/trunk/.travis.yml Sun Oct 28 14:06:08 2018
@@ -2,8 +2,14 @@ dist: trusty
language: java
jdk:
- openjdk8
+ - openjdk9
install: true
-script: '[ "$TRAVIS_REPO_SLUG" == apache/axis2-java ] && [ "$TRAVIS_BRANCH" ==
trunk ] && [ "$TRAVIS_PULL_REQUEST" == false ] && goal=deploy || goal=verify ;
mvn -B -s .travis-settings.xml -Papache-release -Dgpg.skip=true $goal'
+script: mvn -B -Papache-release -Dgpg.skip=true verify
+jobs:
+ include:
+ - if: repo = "apache/axis2-java" AND branch = master AND type = push
+ stage: deploy
+ script: mvn -B -s .travis-settings.xml -Papache-release -Dgpg.skip=true
-DskipTests=true deploy
env:
global:
- secure:
"IzpkWYL9tH5bE6I6nDbgW6HUlz/+R7XuBXo5997r2adRz8Q1vnSA4gvvMDLyvNjUXDWB99HNLXMaInYlpLNOjBjgXx0abmbcUBfCu0/923iuT80IowT7kNcQK+k4b9ajFT4EZAWySru1SyeTa1VgEjCnAhynDXhhGwCjjakxGrY="