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

Added HHVM to Travis.

Added HHVM Status Badge.

Using nicer hhvm badge image.

Signed-off-by: Julius Beckmann <github@h4cc.de>
This commit is contained in:
Julius Beckmann 2015-03-18 17:06:03 +01:00
parent f99c8ac42c
commit fa48a1282c
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
language: php language: php
php: php:
- hhvm
- 5.6 - 5.6
- 5.5 - 5.5
- 5.4 - 5.4

View File

@ -3,6 +3,7 @@
This PHP package is a lightweight wrapper for OVH APIs. That's the easiest way to use OVH.com APIs in your PHP applications. This PHP package is a lightweight wrapper for OVH APIs. That's the easiest way to use OVH.com APIs in your PHP applications.
[![Build Status](https://travis-ci.org/ovh/php-ovh.svg)](https://travis-ci.org/ovh/php-ovh) [![Build Status](https://travis-ci.org/ovh/php-ovh.svg)](https://travis-ci.org/ovh/php-ovh)
[![HHVM Status](https://img.shields.io/hhvm/ovh/ovh.svg)](http://hhvm.h4cc.de/package/ovh/ovh)
```php ```php
<?php <?php