Skip to content
This repository was archived by the owner on Aug 15, 2023. It is now read-only.

Commit 7577396

Browse files
author
Stefano Kowalke
committed
[TASK] Add HHVM as build environment on Travis-CI and allow it to fail
Closes: #113
1 parent 5e13143 commit 7577396

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,15 @@ php:
55
- 5.4
66
- 5.5
77
- 5.6
8+
- hhvm
89

910
env:
1011
- DB=mysql TYPO3=coreapi/develop INTEGRATION=master COVERAGE=0
1112

13+
matrix:
14+
allow_failures:
15+
- php: hhvm
16+
1217
services:
1318
- memcached
1419
- redis-server

0 commit comments

Comments
 (0)