clean install

This commit is contained in:
2024-12-10 15:08:16 +01:00
commit e14eb2d8fd
31193 changed files with 3555714 additions and 0 deletions

19
vendor/galbar/jsonpath/.travis.yml vendored Normal file
View File

@@ -0,0 +1,19 @@
language: php
php:
- '5.6'
- '7.0'
- '7.1'
- '7.2'
- '7.3'
before_script:
- if [[ $TRAVIS_PHP_VERSION = '5.4' ]]; then PHPUNIT_FLAGS="--coverage-clover ./clover.xml"; else PHPUNIT_FLAGS=""; fi
- composer self-update
- composer install --prefer-source
script:
- ./vendor/bin/phpunit -v $PHPUNIT_FLAGS
after_script:
- php vendor/bin/coveralls -v