File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ parser/parser.php7.c
5454parser /parser.php7.h
5555parser /parser.php7.out
5656
57- .php-version
5857vendor
5958composer.lock
6059phpunit.xml
Original file line number Diff line number Diff line change 4747install :
4848 - phpenv config-rm xdebug.ini || true
4949 - bash ./unit-tests/ci/install-travis
50- - composer --quiet --no-interaction --no-ansi --no-progress --optimize-autoloader --dev --prefer-dist --no-suggest --ignore-platform-reqs
50+ - composer install --quiet --no-interaction --no-ansi --no-progress --optimize-autoloader --dev --prefer-dist --no-suggest --ignore-platform-reqs
5151
5252before_install :
5353 - if [[ ! -z "${GH_TOKEN}" ]]; then composer config github-oauth.github.com ${GH_TOKEN}; echo "Configured Github token"; fi;
Original file line number Diff line number Diff line change 4646
4747if (file_exists ($ vendorPath . DIRECTORY_SEPARATOR . 'autoload.php ' )) {
4848 require $ vendorPath . DIRECTORY_SEPARATOR . 'autoload.php ' ;
49+ } else {
50+ fwrite (STDOUT , 'File ' . $ vendorPath . DIRECTORY_SEPARATOR . 'autoload.php does not exists. Skip ' . PHP_EOL );
4951}
5052
5153require_once __DIR__ . DIRECTORY_SEPARATOR . 'functions.php ' ;
You can’t perform that action at this time.
0 commit comments