diff --git a/.travis.yml b/.travis.yml
index 754e970515..e3e039b686 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,7 +15,8 @@ before_script:
- composer install --dev --no-interaction
script:
- ./scripts/generate-mo --quiet
- - PHPUNIT_ARGS=--debug ant phpunit lint
+ - if [[ $TRAVIS_PHP_VERSION != "hhvm" ]] ; then PHPUNIT_ARGS=--debug ant phpunit lint ; fi
+ - if [[ $TRAVIS_PHP_VERSION == "hhvm" ]] ; then PHPUNIT_ARGS=--debug ant phpunit-hhvm lint ; fi
after_script:
- php vendor/bin/coveralls -v
matrix:
diff --git a/build.xml b/build.xml
index f53e7a0b75..1d1df8a94c 100644
--- a/build.xml
+++ b/build.xml
@@ -5,6 +5,8 @@
+
+
@@ -29,7 +31,13 @@
-
+
+
+
+
+
+
+
diff --git a/phpunit.xml.hhvm b/phpunit.xml.hhvm
new file mode 100644
index 0000000000..7ae549d631
--- /dev/null
+++ b/phpunit.xml.hhvm
@@ -0,0 +1,30 @@
+
+
+
+
+
+ test/classes
+
+
+ test/engines
+
+
+ test/Environment_test.php
+ test/libraries/core
+ test/libraries/common
+ test/libraries/rte
+ test/libraries
+
+
+
+
+
+
+