Fix ArrayIterator interface implementation; remove usage of arraysize(), structsize...
[plcapi.git] / .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