Skip to content

Commit

Permalink
Requiring a shim for MultipleIterator in HHVM tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jun 9, 2015
1 parent 7a783cb commit 1346550
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -57,6 +57,7 @@ before_script:
- sh -c "if [ '$COVERALLS' = '1' ]; then mkdir -p build/logs; fi"

- sh -c "if [ '$HHVM' != '1' ]; then echo 'extension = memcached.so' >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi"
- sh -c "if [ '$HHVM' = '1' ]; then composer require lorenzo/multiple-iterator=~1/0; fi"

- phpenv rehash
- set +H
Expand Down

0 comments on commit 1346550

Please sign in to comment.