Files
simple-php-router/.travis.yml
T
2018-03-20 03:38:55 +01:00

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