Test if we can get faster tests for hhvm
authorgggeek <giunta.gaetano@gmail.com>
Sun, 19 Apr 2015 22:03:43 +0000 (23:03 +0100)
committergggeek <giunta.gaetano@gmail.com>
Sun, 19 Apr 2015 22:03:43 +0000 (23:03 +0100)
.travis.yml

index cb7fce8..efe4af9 100644 (file)
@@ -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