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

Remove Php 5.4 from travis since Guzzle 6.0 require Php >=5.5

Signed-off-by: Thierry Goettelmann <thierry@byscripts.info>
This commit is contained in:
Thierry Goettelmann 2015-08-06 15:39:34 +02:00
parent d54f99ac5e
commit 37b5f740ab

View File

@ -4,7 +4,6 @@ php:
- hhvm - hhvm
- 5.6 - 5.6
- 5.5 - 5.5
- 5.4
before_script: before_script:
- composer self-update - composer self-update