mirror of
https://github.com/Llewellynvdm/php-ml.git
synced 2024-11-05 04:57:52 +00:00
8 lines
124 B
YAML
8 lines
124 B
YAML
os:
|
|
- linux
|
|
language: php
|
|
php:
|
|
- 7.0
|
|
- hhvm
|
|
before_script: composer install --ignore-platform-reqs
|
|
script: bin/phpunit |