Skip to content

Commit a1871ac

Browse files
authored
Merge pull request #374 from symfony-cmf/hhvm-build
re-enable hhvm build
2 parents bee7b69 + 6915fed commit a1871ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ php:
44
- 5.6
55
- 7.0
66
# 7.1 is tested using composer install
7-
#- hhvm does not work on travis anymore even with dist: trusty
87

98
sudo: false
109

@@ -19,6 +18,8 @@ matrix:
1918
env: TRANSPORT=jackrabbit COMPOSER_INSTALL=1
2019
- php: 7.1
2120
env: TRANSPORT=doctrine_dbal COMPOSER_INSTALL=1
21+
- php: hhvm
22+
dist: trusty
2223

2324
env:
2425
global:

0 commit comments

Comments
 (0)