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

Test old php versions

Signed-off-by: Vincent Casse <vincent.casse@corp.ovh.com>

Conflicts:
	.travis.yml
This commit is contained in:
Vincent Casse 2016-02-01 11:40:54 +01:00
parent b185c33273
commit 4b0afa5684

View File

@ -1,10 +1,12 @@
language: php language: php
php: php:
- hhvm - hhvm
- 7.0
- 5.6 - 5.6
- 5.5 - 5.5
- 5.4 - 5.4
- 7.0 - 5.3
- 5.2
before_script: before_script:
- composer install --dev - composer install --dev