File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -38,13 +38,13 @@ before_install:
3838
3939install :
4040 - composer update --prefer-source -o $COMPOSER_FLAGS 
41-  - if [ "${PHP_CS_FIXER}" = "true" ]; then wget http://cs.sensiolabs.org/download/php-cs-fixer-v2.phar && php ./php-cs-fixer-v2.phar fix --dry-run --diff $TRAVIS_BUILD_DIR; fi 
4241 - PHPUNIT_BIN=$(pwd)/vendor/bin/phpunit 
4342 - cd ${TEST_DIR} 
4443 - composer update --prefer-source -o $COMPOSER_FLAGS 
4544
4645script :
4746 - $PHPUNIT_BIN --coverage-clover=coverage.clover 
47+  - if [ "${PHP_CS_FIXER}" = "true" ]; then wget http://cs.sensiolabs.org/download/php-cs-fixer-v2.phar && php ./php-cs-fixer-v2.phar fix --dry-run --diff $TRAVIS_BUILD_DIR; fi 
4848
4949after_success :
5050 - wget https://scrutinizer-ci.com/ocular.phar 
                         You can’t perform that action at this time. 
           
                  
0 commit comments