Skip to content
Snippets Groups Projects
Commit c5c1d577 authored by Tim Molter's avatar Tim Molter
Browse files

fixed travis build for pull requests

parent 9a407338
No related branches found
No related tags found
No related merge requests found
language: java
before_install: "git clone -b travis `git config --get remote.origin.url` target/travis"
script: "mvn deploy --settings target/travis/settings.xml"
script: "[ ${TRAVIS_PULL_REQUEST} = 'false' ] && mvn clean deploy --settings target/travis/settings.xml || mvn clean verify --settings target/travis/settings.xml"
# whitelist
branches:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment