Index: branches/4.0/.travis.yml
===================================================================
--- branches/4.0/.travis.yml	(revision 40555)
+++ branches/4.0/.travis.yml	(working copy)
@@ -34,7 +34,7 @@
 # Before script, failures in this section will result in build status 'failed'
 before_script:
 - |
-  # Remove Xdebug for a huge performance increase, but not from nightly or hhvm:
+  # Remove Xdebug for a huge performance increase, but not from nightly:
   stable='^[0-9\.]+$'
   if [[ "$TRAVIS_PHP_VERSION" =~ $stable ]]; then
     phpenv config-rm xdebug.ini
@@ -49,7 +49,7 @@
   # Install the specified version of PHPUnit depending on the PHP version:
   if [[ "$WP_TRAVISCI" == "travis:phpunit" ]]; then
     case "$TRAVIS_PHP_VERSION" in
-      7.1|7.0|hhvm|nightly)
+      7.1|7.0|nightly)
         echo "Using PHPUnit 5.7"
         composer global require "phpunit/phpunit=5.7.*"
         ;;
@@ -74,11 +74,7 @@
 - npm install
 - npm prune
 - php --version
-- |
-  # Debug PHP extensions, but not on HHVM because the command hangs indefinitely:
-  if [[ "$TRAVIS_PHP_VERSION" != 'hhvm' ]]; then
-    php -m
-  fi
+- php -m
 - npm --version
 - node --version
 - which phpunit
Index: branches/4.1/.travis.yml
===================================================================
--- branches/4.1/.travis.yml	(revision 40555)
+++ branches/4.1/.travis.yml	(working copy)
@@ -34,7 +34,7 @@
 # Before script, failures in this section will result in build status 'failed'
 before_script:
 - |
-  # Remove Xdebug for a huge performance increase, but not from nightly or hhvm:
+  # Remove Xdebug for a huge performance increase, but not from nightly:
   stable='^[0-9\.]+$'
   if [[ "$TRAVIS_PHP_VERSION" =~ $stable ]]; then
     phpenv config-rm xdebug.ini
@@ -49,7 +49,7 @@
   # Install the specified version of PHPUnit depending on the PHP version:
   if [[ "$WP_TRAVISCI" == "travis:phpunit" ]]; then
     case "$TRAVIS_PHP_VERSION" in
-      7.1|7.0|hhvm|nightly)
+      7.1|7.0|nightly)
         echo "Using PHPUnit 5.7"
         composer global require "phpunit/phpunit=5.7.*"
         ;;
@@ -74,11 +74,7 @@
 - npm install
 - npm prune
 - php --version
-- |
-  # Debug PHP extensions, but not on HHVM because the command hangs indefinitely:
-  if [[ "$TRAVIS_PHP_VERSION" != 'hhvm' ]]; then
-    php -m
-  fi
+- php -m
 - npm --version
 - node --version
 - which phpunit
Index: branches/4.2/.travis.yml
===================================================================
--- branches/4.2/.travis.yml	(revision 40555)
+++ branches/4.2/.travis.yml	(working copy)
@@ -27,7 +27,7 @@
   fi
 before_script:
 - |
-  # Remove Xdebug for a huge performance increase, but not from nightly or hhvm:
+  # Remove Xdebug for a huge performance increase, but not from nightly:
   stable='^[0-9\.]+$'
   if [[ "$TRAVIS_PHP_VERSION" =~ $stable ]]; then
     phpenv config-rm xdebug.ini
@@ -42,7 +42,7 @@
   # Install the specified version of PHPUnit depending on the PHP version:
   if [[ "$WP_TRAVISCI" == "travis:phpunit" ]]; then
     case "$TRAVIS_PHP_VERSION" in
-      7.1|7.0|hhvm|nightly)
+      7.1|7.0|nightly)
         echo "Using PHPUnit 5.7"
         composer global require "phpunit/phpunit=5.7.*"
         ;;
@@ -67,11 +67,7 @@
 - npm install
 - npm prune
 - php --version
-- |
-  # Debug PHP extensions, but not on HHVM because the command hangs indefinitely:
-  if [[ "$TRAVIS_PHP_VERSION" != 'hhvm' ]]; then
-    php -m
-  fi
+- php -m
 - npm --version
 - node --version
 - which phpunit
Index: branches/4.3/.travis.yml
===================================================================
--- branches/4.3/.travis.yml	(revision 40555)
+++ branches/4.3/.travis.yml	(working copy)
@@ -27,7 +27,7 @@
   fi
 before_script:
 - |
-  # Remove Xdebug for a huge performance increase, but not from nightly or hhvm:
+  # Remove Xdebug for a huge performance increase, but not from nightly:
   stable='^[0-9\.]+$'
   if [[ "$TRAVIS_PHP_VERSION" =~ $stable ]]; then
     phpenv config-rm xdebug.ini
@@ -42,7 +42,7 @@
   # Install the specified version of PHPUnit depending on the PHP version:
   if [[ "$WP_TRAVISCI" == "travis:phpunit" ]]; then
     case "$TRAVIS_PHP_VERSION" in
-      7.1|7.0|hhvm|nightly)
+      7.1|7.0|nightly)
         echo "Using PHPUnit 5.7"
         composer global require "phpunit/phpunit=5.7.*"
         ;;
@@ -67,11 +67,7 @@
 - npm install
 - npm prune
 - php --version
-- |
-  # Debug PHP extensions, but not on HHVM because the command hangs indefinitely:
-  if [[ "$TRAVIS_PHP_VERSION" != 'hhvm' ]]; then
-    php -m
-  fi
+- php -m
 - npm --version
 - node --version
 - which phpunit
Index: branches/4.4/.travis.yml
===================================================================
--- branches/4.4/.travis.yml	(revision 40555)
+++ branches/4.4/.travis.yml	(working copy)
@@ -37,7 +37,7 @@
   fi
 before_script:
 - |
-  # Remove Xdebug for a huge performance increase, but not from nightly or hhvm:
+  # Remove Xdebug for a huge performance increase, but not from nightly:
   stable='^[0-9\.]+$'
   if [[ "$TRAVIS_PHP_VERSION" =~ $stable ]]; then
     phpenv config-rm xdebug.ini
@@ -52,7 +52,7 @@
   # Install the specified version of PHPUnit depending on the PHP version:
   if [[ "$WP_TRAVISCI" == "travis:phpunit" ]]; then
     case "$TRAVIS_PHP_VERSION" in
-      7.1|7.0|hhvm|nightly)
+      7.1|7.0|nightly)
         echo "Using PHPUnit 5.7"
         composer global require "phpunit/phpunit=5.7.*"
         ;;
@@ -77,11 +77,7 @@
 - npm install
 - npm prune
 - php --version
-- |
-  # Debug PHP extensions, but not on HHVM because the command hangs indefinitely:
-  if [[ "$TRAVIS_PHP_VERSION" != 'hhvm' ]]; then
-    php -m
-  fi
+- php -m
 - npm --version
 - node --version
 - which phpunit
Index: branches/4.5/.travis.yml
===================================================================
--- branches/4.5/.travis.yml	(revision 40555)
+++ branches/4.5/.travis.yml	(working copy)
@@ -37,7 +37,7 @@
   fi
 before_script:
 - |
-  # Remove Xdebug for a huge performance increase, but not from nightly or hhvm:
+  # Remove Xdebug for a huge performance increase, but not from nightly:
   stable='^[0-9\.]+$'
   if [[ "$TRAVIS_PHP_VERSION" =~ $stable ]]; then
     phpenv config-rm xdebug.ini
@@ -52,7 +52,7 @@
   # Install the specified version of PHPUnit depending on the PHP version:
   if [[ "$WP_TRAVISCI" == "travis:phpunit" ]]; then
     case "$TRAVIS_PHP_VERSION" in
-      7.1|7.0|hhvm|nightly)
+      7.1|7.0|nightly)
         echo "Using PHPUnit 5.7"
         composer global require "phpunit/phpunit=5.7.*"
         ;;
@@ -79,11 +79,7 @@
 - mysql --version
 - phpenv versions
 - php --version
-- |
-  # Debug PHP extensions, but not on HHVM because the command hangs indefinitely:
-  if [[ "$TRAVIS_PHP_VERSION" != 'hhvm' ]]; then
-    php -m
-  fi
+- php -m
 - npm --version
 - node --version
 - which phpunit
Index: branches/4.6/.travis.yml
===================================================================
--- branches/4.6/.travis.yml	(revision 40555)
+++ branches/4.6/.travis.yml	(working copy)
@@ -37,7 +37,7 @@
   fi
 before_script:
 - |
-  # Remove Xdebug for a huge performance increase, but not from nightly or hhvm:
+  # Remove Xdebug for a huge performance increase, but not from nightly:
   stable='^[0-9\.]+$'
   if [[ "$TRAVIS_PHP_VERSION" =~ $stable ]]; then
     phpenv config-rm xdebug.ini
@@ -52,7 +52,7 @@
   # Install the specified version of PHPUnit depending on the PHP version:
   if [[ "$WP_TRAVISCI" == "travis:phpunit" ]]; then
     case "$TRAVIS_PHP_VERSION" in
-      7.1|7.0|hhvm|nightly)
+      7.1|7.0|nightly)
         echo "Using PHPUnit 5.7"
         composer global require "phpunit/phpunit=5.7.*"
         ;;
@@ -79,11 +79,7 @@
 - mysql --version
 - phpenv versions
 - php --version
-- |
-  # Debug PHP extensions, but not on HHVM because the command hangs indefinitely:
-  if [[ "$TRAVIS_PHP_VERSION" != 'hhvm' ]]; then
-    php -m
-  fi
+- php -m
 - npm --version
 - node --version
 - which phpunit
