mirror of
https://github.com/ovh/php-ovh.git
synced 2023-11-05 03:20:26 +01:00
Merge pull request #95 from carsso/travis
Travis : Removing hhvm, PHP 5.5 and adding PHP 7.1, 7.2, 7.3
This commit is contained in:
commit
45c9b8002f
@ -5,11 +5,11 @@ addons:
|
||||
|
||||
language: php
|
||||
php:
|
||||
- hhvm
|
||||
- 7.3
|
||||
- 7.2
|
||||
- 7.1
|
||||
- 7.0
|
||||
- 5.6
|
||||
- 5.5
|
||||
- 7.0
|
||||
|
||||
before_script:
|
||||
- composer self-update
|
||||
|
Loading…
Reference in New Issue
Block a user