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:
parent
f1047d23f9
commit
d54f99ac5e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user