From dc07fc609ea23e40f82432440bc1a56f896a420e Mon Sep 17 00:00:00 2001 From: Jefersson Nathan Date: Wed, 26 Oct 2016 13:27:18 -0300 Subject: [PATCH] Revert "add license checker to the build" This reverts commit ca1a9473d3348cd0ed727ba6f2a5bfebe0ab4915. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 31516a116..5a9fb2dcb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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