mirror of
https://github.com/ovh/php-ovh.git
synced 2023-11-05 03:20:26 +01:00
37728889ca
Signed-off-by: Germain Carré <germaincarre@yahoo.fr>
19 lines
227 B
YAML
19 lines
227 B
YAML
addons:
|
|
apt:
|
|
packages:
|
|
- libcurl4-openssl-dev
|
|
|
|
language: php
|
|
php:
|
|
- 7.3
|
|
- 7.2
|
|
- 7.1
|
|
- 7.0
|
|
- 5.6
|
|
|
|
before_script:
|
|
- composer self-update
|
|
- composer install
|
|
|
|
script: vendor/bin/phing test -Donly.units=true
|