From fa48a1282ca28aca2141d2c6d3746b7744815d9e Mon Sep 17 00:00:00 2001 From: Julius Beckmann Date: Wed, 18 Mar 2015 17:06:03 +0100 Subject: [PATCH] Added HHVM to Travis. Added HHVM Status Badge. Using nicer hhvm badge image. Signed-off-by: Julius Beckmann --- .travis.yml | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 47a199d..89eacd8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: php php: + - hhvm - 5.6 - 5.5 - 5.4 diff --git a/README.md b/README.md index 41793ff..ef6dcdf 100644 --- a/README.md +++ b/README.md @@ -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. [![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