1
0
mirror of https://github.com/ovh/php-ovh.git synced 2023-11-05 03:20:26 +01:00
php-ovh/.travis.yml

19 lines
227 B
YAML
Raw Normal View History

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