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