Skip to content

Commit

Permalink
#165 - added a config file to enable the PHP Memcache extension on Tr…
Browse files Browse the repository at this point in the history
…avis CI
  • Loading branch information
alphadevx committed Aug 19, 2015
1 parent b334cf3 commit 7e9b463
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,7 @@ php:
before_script:
- wget http://getcomposer.org/composer.phar
- php composer.phar install --dev --no-interaction
- pecl install memcache
- phpenv config-add php.ini

script:
- vendor/bin/phpunit
Expand Down
1 change: 1 addition & 0 deletions php.ini
@@ -0,0 +1 @@
extension="memcache.so"

0 comments on commit 7e9b463

Please sign in to comment.