mirror of
https://github.com/ovh/php-ovh.git
synced 2023-11-05 03:20:26 +01:00
11 lines
121 B
YAML
11 lines
121 B
YAML
|
language: php
|
||
|
php:
|
||
|
- 5.6
|
||
|
- 5.5
|
||
|
- 5.4
|
||
|
|
||
|
before_script:
|
||
|
- composer install --dev
|
||
|
|
||
|
script: phpunit tests/ApiTest.php
|