Skip to content

Commit

Permalink
added dist:trusty for hhvm in travis-ci file
Browse files Browse the repository at this point in the history
  • Loading branch information
modiamir committed Aug 18, 2017
1 parent 9016e8a commit 37c28f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ matrix:
env: SYMFONY_VERSION=3.0.x
- php: 7.0
env: SYMFONY_VERSION=3.1.x
- php: hhvm
dist: trusty

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

0 comments on commit 37c28f9

Please sign in to comment.