1
0
mirror of synced 2025-02-09 00:39:25 +03:00

Revert "add license checker to the build"

This reverts commit ca1a9473d3348cd0ed727ba6f2a5bfebe0ab4915.
This commit is contained in:
Jefersson Nathan 2016-10-26 13:27:18 -03:00
parent dbe843fc4b
commit dc07fc609e
No known key found for this signature in database
GPG Key ID: 7989ABC1B60C41D7

View File

@ -20,7 +20,6 @@ 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