diff options
| author | Andreas Fischer <bantu@phpbb.com> | 2014-04-16 22:16:52 +0200 | 
|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2014-04-16 22:16:52 +0200 | 
| commit | 04893e3f988ee80df4fd959dfea413d191d8cd22 (patch) | |
| tree | 5edd50773b13a8cda7d593c29f555f55060f4f9a | |
| parent | e9807e17412299d7157d6be82777961a66cada90 (diff) | |
| download | forums-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.yml | 2 | 
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 | 
