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

Do a composer self-update before install. Remove deprecated --dev option

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

View File

@ -7,6 +7,7 @@ php:
- 5.4 - 5.4
before_script: before_script:
- composer install --dev - composer self-update
- composer install
script: phpunit tests/ApiTest.php script: phpunit tests/ApiTest.php