Skip to content

Commit

Permalink
Merge pull request #12 from elliotchance/feature/redis
Browse files Browse the repository at this point in the history
Feature/redis
  • Loading branch information
elliotchance committed May 19, 2014
2 parents 785af6b + 221c83e commit e385814
Show file tree
Hide file tree
Showing 12 changed files with 304 additions and 41 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ install:
- composer install
services:
- memcached
before_script: phpenv config-add config/memcached.ini
- redis-server
before_script: phpenv config-add config/php.ini
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"require": {
"php": ">=5.3.0",
"psr/log": "1.0.*@dev",
"monolog/monolog": "~1.9"
"monolog/monolog": "~1.9",
"predis/predis": "~0.8"
},
"require-dev": {
"phpunit/phpunit": "4.0.*"
Expand Down
102 changes: 74 additions & 28 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
5 changes: 4 additions & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8" ?>
<phpunit bootstrap="./vendor/autoload.php">
<phpunit
bootstrap="./vendor/autoload.php"
colors="true"
>

<testsuites>
<testsuite name="Main">
Expand Down
Loading

0 comments on commit e385814

Please sign in to comment.