aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2014-04-16 22:16:52 +0200
committerAndreas Fischer <bantu@phpbb.com>2014-04-16 22:16:52 +0200
commit04893e3f988ee80df4fd959dfea413d191d8cd22 (patch)
tree5edd50773b13a8cda7d593c29f555f55060f4f9a
parente9807e17412299d7157d6be82777961a66cada90 (diff)
downloadforums-04893e3f988ee80df4fd959dfea413d191d8cd22.tar
forums-04893e3f988ee80df4fd959dfea413d191d8cd22.tar.gz
forums-04893e3f988ee80df4fd959dfea413d191d8cd22.tar.bz2
forums-04893e3f988ee80df4fd959dfea413d191d8cd22.tar.xz
forums-04893e3f988ee80df4fd959dfea413d191d8cd22.zip
[ticket/12417] Revert "No longer allow Travis CI HHVM environment to fail."
hhvm-nightly 2014.04.16~precise introduced "Attempted to serialize unserializable builtin class DOMElement" errors when running functional tests. This reverts commit ff7cc77f9db66b7fddacd77f215d85cf0243b2fa. PHPBB3-12417
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index da9236a82f..5e70ef97ec 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,3 +33,5 @@ matrix:
env: DB=mariadb
- php: 5.4
env: DB=postgres
+ allow_failures:
+ - php: hhvm