diff options
| author | Andreas Fischer <bantu@phpbb.com> | 2014-03-29 12:08:52 +0100 |
|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2014-03-29 12:08:52 +0100 |
| commit | f7f18a3c66afce48ab881377002cbc626b6ce347 (patch) | |
| tree | 26e3a4c1dcc007830bfe3f33afb578a91735fab5 | |
| parent | 4e8aef7cd6036b893ee74928b047aaad4a8a84ad (diff) | |
| download | forums-f7f18a3c66afce48ab881377002cbc626b6ce347.tar forums-f7f18a3c66afce48ab881377002cbc626b6ce347.tar.gz forums-f7f18a3c66afce48ab881377002cbc626b6ce347.tar.bz2 forums-f7f18a3c66afce48ab881377002cbc626b6ce347.tar.xz forums-f7f18a3c66afce48ab881377002cbc626b6ce347.zip | |
[ticket/12319] Backport Travis CI HHVM environment to develop-olympus.
PHPBB3-12319
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 6915ba4304..5e70ef97ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ php: - 5.4 - 5.5 - 5.6 + - hhvm env: - DB=mysql @@ -32,3 +33,5 @@ matrix: env: DB=mariadb - php: 5.4 env: DB=postgres + allow_failures: + - php: hhvm |
