Skip to content

Commit

Permalink
Enable redis and apc extensions.
Browse files Browse the repository at this point in the history
This will increase coverage and help ensure redis/apc caching works.
  • Loading branch information
markstory committed Jan 10, 2016
1 parent 225d52c commit 2690be3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -64,6 +64,8 @@ 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 echo 'extension = redis.so' >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi"
- sh -c "if [ '$HHVM' != '1' ]; then echo 'extension = apc.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
Expand Down

0 comments on commit 2690be3

Please sign in to comment.