mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-22 12:56:05 +03:00
16 lines
168 B
YAML
16 lines
168 B
YAML
|
language: php
|
||
|
|
||
|
php:
|
||
|
- 5.4
|
||
|
- 5.5
|
||
|
- 5.6
|
||
|
- 7.0
|
||
|
- nightly
|
||
|
- hhvm
|
||
|
|
||
|
install:
|
||
|
- composer install --prefer-dist
|
||
|
|
||
|
script:
|
||
|
- ./bin/phpunit tests/
|