Actualización

This commit is contained in:
Xes
2025-04-10 12:24:57 +02:00
parent 8969cc929d
commit 45420b6f0d
39760 changed files with 4303286 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
sudo: false
language: php
cache:
directories:
- $HOME/.composer/cache/files
- $HOME/.phpunit
env:
global:
- SYMFONY_PHPUNIT_DIR="$HOME/.phpunit"
matrix:
fast_finish: true
include:
- php: 5.6
- php: 7.0
- php: 7.1
- php: 7.2
env: SYMFONY_PHPUNIT_VERSION=7.5
before_install:
- composer self-update
install:
- if [ "$deps" = "low" ]; then composer update --prefer-lowest --prefer-stable; fi
- if [ "$deps" = "" ]; then composer install; fi
- vendor/bin/simple-phpunit install
script:
- vendor/bin/simple-phpunit --coverage-clover=coverage.clover
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover