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é 9e586bd392 Removing hhvm, PHP 5.5 and duplicate PHP 7.0 from travis build
Signed-off-by: Germain Carré <germaincarre@yahoo.fr>
2019-07-08 23:21:15 +02:00

16 lines
203 B
YAML

addons:
apt:
packages:
- libcurl4-openssl-dev
language: php
php:
- 7.0
- 5.6
before_script:
- composer self-update
- composer install
script: vendor/bin/phing test -Donly.units=true