mirror of
https://github.com/Llewellynvdm/php-ml.git
synced 2024-11-05 04:57:52 +00:00
6 lines
85 B
YAML
6 lines
85 B
YAML
language: php
|
|
php:
|
|
- '7.0'
|
|
- hhvm
|
|
before_script: composer install
|
|
script: phpunit |