From: gggeek <giunta.gaetano@gmail.com>
Date: Sun, 19 Apr 2015 22:03:43 +0000 (+0100)
Subject: Test if we can get faster tests for hhvm
X-Git-Tag: 4.0.0-alpha^2~69
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=eb00ccc94d22b89172a7dedff973da779875b9f3;p=plcapi.git

Test if we can get faster tests for hhvm
---

diff --git a/.travis.yml b/.travis.yml
index cb7fce80..efe4af90 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -38,7 +38,7 @@ after_failure:
   - cat apache_error.log
   - cat apache_access.log
   - cat /var/log/hhvm/error.log
-  - php -i
+  - if [ "$TRAVIS_PHP_VERSION" = "hhvm" ]; then php -i; fi
 
 after_script:
   # Upload code-coverage to Scrutinizer