1
0
mirror of synced 2025-03-06 12:56:10 +03:00

add license checker to the build

This commit is contained in:
Jefersson Nathan 2016-10-25 23:53:17 -03:00
parent e4050edb4e
commit ca1a9473d3
No known key found for this signature in database
GPG Key ID: 7989ABC1B60C41D7

View File

@ -20,6 +20,7 @@ before_script:
script:
- ENABLE_SECOND_LEVEL_CACHE=0 ./vendor/bin/phpunit -v -c tests/travis/$DB.travis.xml $PHPUNIT_FLAGS
- ENABLE_SECOND_LEVEL_CACHE=1 ./vendor/bin/phpunit -v -c tests/travis/$DB.travis.xml --exclude-group performance,non-cacheable,locking_functional
- ./vendor/bin/docheader check lib/
after_script:
- if [[ $TRAVIS_PHP_VERSION = '7.0' && $DB = 'sqlite' ]]; then wget https://scrutinizer-ci.com/ocular.phar; fi