Check Signed-off-by in pull requests

Signed-off-by: Michal Čihař <mcihar@suse.cz>
This commit is contained in:
Michal Čihař 2013-12-04 09:05:42 +01:00 committed by Michal Čihař
parent 75983f3ced
commit 0c02835f8b

View File

@ -14,5 +14,6 @@ before_script:
script:
- ./scripts/generate-mo --quiet
- ant phpunit lint
- if [[ $TRAVIS_PULL_REQUEST != "false" ]] ; then ./scripts/check-dco $TRAVIS_COMMIT_RANGE ; fi
after_script:
- php vendor/bin/coveralls -v