forked from phoedos/pmd
Prevent travis from building release tags
This commit is contained in:
@ -7,6 +7,9 @@ matrix:
|
||||
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] || mvn test'
|
||||
- jdk: oraclejdk8
|
||||
script: mvn test
|
||||
branches:
|
||||
except:
|
||||
- /^pmd_releases\/\d/
|
||||
notifications:
|
||||
email:
|
||||
recipients:
|
||||
|
Reference in New Issue
Block a user