Skip to content

Commit

Permalink
Merge pull request #374 from symfony-cmf/hhvm-build
Browse files Browse the repository at this point in the history
re-enable hhvm build
  • Loading branch information
dbu authored Jun 30, 2017
2 parents bee7b69 + 6915fed commit a1871ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ php:
- 5.6
- 7.0
# 7.1 is tested using composer install
#- hhvm does not work on travis anymore even with dist: trusty

sudo: false

Expand All @@ -19,6 +18,8 @@ matrix:
env: TRANSPORT=jackrabbit COMPOSER_INSTALL=1
- php: 7.1
env: TRANSPORT=doctrine_dbal COMPOSER_INSTALL=1
- php: hhvm
dist: trusty

env:
global:
Expand Down

0 comments on commit a1871ac

Please sign in to comment.