Files
simple-php-router/.travis.yml
T
Simon Sessingø 8670af356b Updated travis.yml
2021-03-23 14:37:04 +01:00

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