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 f1047d23f9 Migrate to new Travis infrastructure
Signed-off-by: Thierry Goettelmann <thierry@byscripts.info>
2015-08-06 15:31:29 +02:00

13 lines
142 B
YAML

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