1
0
mirror of https://github.com/ovh/php-ovh.git synced 2023-11-05 03:20:26 +01:00
php-ovh/.travis.yml
Julius Beckmann fa48a1282c Added HHVM to Travis.
Added HHVM Status Badge.

Using nicer hhvm badge image.

Signed-off-by: Julius Beckmann <github@h4cc.de>
2015-03-19 09:43:19 +01:00

12 lines
130 B
YAML

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