1
0
mirror of https://github.com/ovh/php-ovh.git synced 2023-11-05 03:20:26 +01:00
php-ovh/.travis.yml
Germain Carré 37728889ca Adding php 7.1 7.2 and 7.3 in travis build
Signed-off-by: Germain Carré <germaincarre@yahoo.fr>
2019-07-09 12:01:08 +02:00

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