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