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

Removing hhvm, PHP 5.5 and duplicate PHP 7.0 from travis build

Signed-off-by: Germain Carré <germaincarre@yahoo.fr>
This commit is contained in:
Germain Carré 2019-07-08 23:20:23 +02:00
parent 88e67ac3aa
commit 9e586bd392

View File

@ -5,11 +5,8 @@ addons:
language: php
php:
- hhvm
- 7.0
- 5.6
- 5.5
- 7.0
before_script:
- composer self-update