forked from phoedos/pmd
travis: deploy the java8 build from now on
This commit is contained in:
@ -6,11 +6,11 @@ before_script:
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- jdk: oraclejdk7
|
- jdk: oraclejdk7
|
||||||
|
script: mvn test
|
||||||
|
- jdk: oraclejdk8
|
||||||
script:
|
script:
|
||||||
- '[ "${SHOULD_DEPLOY}" = "yes" ] && mvn test deploy --settings .travis-settings.xml || ( [ "${SHOULD_DEPLOY}" != "yes" ] && echo "Skipping Deploy" )'
|
- '[ "${SHOULD_DEPLOY}" = "yes" ] && mvn test deploy --settings .travis-settings.xml || ( [ "${SHOULD_DEPLOY}" != "yes" ] && echo "Skipping Deploy" )'
|
||||||
- '[ "${SHOULD_DEPLOY}" = "yes" ] || mvn test'
|
- '[ "${SHOULD_DEPLOY}" = "yes" ] || mvn test'
|
||||||
- jdk: oraclejdk8
|
|
||||||
script: mvn test
|
|
||||||
branches:
|
branches:
|
||||||
except:
|
except:
|
||||||
- /^pmd_releases\/\d/
|
- /^pmd_releases\/\d/
|
||||||
|
Reference in New Issue
Block a user