travis: deploy the java8 build from now on

This commit is contained in:
Andreas Dangel
2016-04-17 20:00:05 +02:00
parent 487ac7d509
commit 109d8d1384

View File

@ -6,11 +6,11 @@ before_script:
matrix:
include:
- jdk: oraclejdk7
script: mvn test
- jdk: oraclejdk8
script:
- '[ "${SHOULD_DEPLOY}" = "yes" ] && mvn test deploy --settings .travis-settings.xml || ( [ "${SHOULD_DEPLOY}" != "yes" ] && echo "Skipping Deploy" )'
- '[ "${SHOULD_DEPLOY}" = "yes" ] || mvn test'
- jdk: oraclejdk8
script: mvn test
branches:
except:
- /^pmd_releases\/\d/