mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-06-17 08:47:52 +00:00
14 lines
236 B
YAML
14 lines
236 B
YAML
sudo: false
|
|
|
|
language: php
|
|
|
|
php:
|
|
- 7.3
|
|
|
|
before_script:
|
|
- curl -sS http://getcomposer.org/installer | php
|
|
- php composer.phar install --prefer-source --no-interaction
|
|
|
|
script:
|
|
- ./vendor/bin/phpunit --configuration ./phpunit.xml
|