travis - don't try to deploy pull request builds...

This commit is contained in:
Andreas Dangel
2015-10-03 16:57:16 +02:00
parent 8b80efbd88
commit 3bf91a84d6

View File

@ -2,7 +2,9 @@ language: java
matrix:
include:
- jdk: oraclejdk7
script: mvn test deploy --settings .travis-settings.xml
script:
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && mvn test deploy --settings .travis-settings.xml'
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] || mvn test'
- jdk: oraclejdk8
script: mvn test
notifications: