diff options
author | Andreas Fischer <bantu@phpbb.com> | 2014-03-29 23:45:56 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2014-04-10 11:36:48 +0200 |
commit | ff7cc77f9db66b7fddacd77f215d85cf0243b2fa (patch) | |
tree | b5cb3ec197485cd7d8233542b5027adf32fb902d | |
parent | 8920ca5d438aafcede84b4e96381d93647b2d6cc (diff) | |
download | forums-ff7cc77f9db66b7fddacd77f215d85cf0243b2fa.tar forums-ff7cc77f9db66b7fddacd77f215d85cf0243b2fa.tar.gz forums-ff7cc77f9db66b7fddacd77f215d85cf0243b2fa.tar.bz2 forums-ff7cc77f9db66b7fddacd77f215d85cf0243b2fa.tar.xz forums-ff7cc77f9db66b7fddacd77f215d85cf0243b2fa.zip |
[ticket/12320] No longer allow Travis CI HHVM environment to fail.
PHPBB3-12320
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 5e70ef97ec..da9236a82f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,5 +33,3 @@ matrix: env: DB=mariadb - php: 5.4 env: DB=postgres - allow_failures: - - php: hhvm |