From eb00ccc94d22b89172a7dedff973da779875b9f3 Mon Sep 17 00:00:00 2001 From: gggeek Date: Sun, 19 Apr 2015 23:03:43 +0100 Subject: [PATCH] Test if we can get faster tests for hhvm --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cb7fce8..efe4af9 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 -- 2.43.0