mirror of
https://github.com/Llewellynvdm/php-ml.git
synced 2024-11-04 20:47:53 +00:00
5 lines
80 B
YAML
5 lines
80 B
YAML
language: php
|
|
php:
|
|
- '7.0'
|
|
before_script: composer install
|
|
script: bin/phpunit |