mirror of
https://github.com/Llewellynvdm/php-ml.git
synced 2024-11-05 04:57:52 +00:00
9 lines
107 B
YAML
9 lines
107 B
YAML
os:
|
|
- linux
|
|
- osx
|
|
language: php
|
|
php:
|
|
- 7
|
|
- hhvm
|
|
before_script: composer install
|
|
script: bin/phpunit |