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
54
54
parser /parser.php7.h
55
55
parser /parser.php7.out
56
56
57
- .php-version
58
57
vendor
59
58
composer.lock
60
59
phpunit.xml
Original file line number Diff line number Diff line change 47
47
install :
48
48
- phpenv config-rm xdebug.ini || true
49
49
- 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
51
51
52
52
before_install :
53
53
- 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 46
46
47
47
if (file_exists ($ vendorPath . DIRECTORY_SEPARATOR . 'autoload.php ' )) {
48
48
require $ vendorPath . DIRECTORY_SEPARATOR . 'autoload.php ' ;
49
+ } else {
50
+ fwrite (STDOUT , 'File ' . $ vendorPath . DIRECTORY_SEPARATOR . 'autoload.php does not exists. Skip ' . PHP_EOL );
49
51
}
50
52
51
53
require_once __DIR__ . DIRECTORY_SEPARATOR . 'functions.php ' ;
You can’t perform that action at this time.
0 commit comments