Merge branch 'QA_4_1'

Conflicts:
	.travis.yml
This commit is contained in:
Michal Čihař 2013-12-09 08:39:40 +01:00
commit 47ac042879

View File

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