1
0
mirror of https://github.com/ovh/php-ovh.git synced 2023-11-05 03:20:26 +01:00
php-ovh/.travis.yml
Thierry Goettelmann d54f99ac5e Do a composer self-update before install. Remove deprecated --dev option
Signed-off-by: Thierry Goettelmann <thierry@byscripts.info>
2015-08-06 15:34:43 +02:00

14 lines
161 B
YAML

sudo: false
language: php
php:
- hhvm
- 5.6
- 5.5
- 5.4
before_script:
- composer self-update
- composer install
script: phpunit tests/ApiTest.php