Skip to content

Commit

Permalink
Merge 4ee6041 into b8f2d18
Browse files Browse the repository at this point in the history
  • Loading branch information
mattab committed Jul 20, 2016
2 parents b8f2d18 + 4ee6041 commit ce6e0ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -17,6 +17,7 @@ matrix:
- php: hhvm

before_script:
- '[[ "$TRAVIS_PHP_VERSION" == 5.3* ]] && composer config -g -- disable-tls true || true'
- composer require satooshi/php-coveralls:dev-master --dev --no-progress
- sh -c "if [ $TRAVIS_PHP_VERSION != 'hhvm' ]; then phpenv config-add ./tests/travis/php.ini; fi"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -18,7 +18,7 @@ With Composer:
"piwik/cache": "*"
}
}
```
```

## Supported backends
* Array (holds cache entries only during one request but is very fast)
Expand Down

0 comments on commit ce6e0ad

Please sign in to comment.