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

Insert travis tests

Signed-off-by: Vincent Cassé <vincent.casse@ovh.net>
This commit is contained in:
Vincent Cassé 2014-10-07 00:02:14 +02:00
parent 67cc54db5b
commit 5558d77b1f

10
.travis.yml Normal file
View File

@ -0,0 +1,10 @@
language: php
php:
- 5.6
- 5.5
- 5.4
before_script:
- composer install --dev
script: phpunit tests/ApiTest.php