Skip to content

Commit 37c28f9

Browse files
committed
added dist:trusty for hhvm in travis-ci file
1 parent 9016e8a commit 37c28f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ matrix:
3030
env: SYMFONY_VERSION=3.0.x
3131
- php: 7.0
3232
env: SYMFONY_VERSION=3.1.x
33+
- php: hhvm
34+
dist: trusty
3335

3436
before_install:
3537
- if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then echo 'memory_limit=-1' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi

0 commit comments

Comments
 (0)