Skip to content

Commit

Permalink
No memory limit for composer in TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
B-Galati committed Jan 17, 2019
1 parent 4ddb249 commit 9c9345c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ cache:
env:
global:
- SYMFONY_DEPRECATIONS_HELPER="strict"
- COMPOSER_MEMORY_LIMIT=-1

before_install:
- phpenv config-rm xdebug.ini || true
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This bundle integrates [Predis](https://github.com/nrk/predis) and [phpredis](ht

## Branches ##

* Use version `2.*` for Symfony 2.7+ and 3.0+. [![build status](https://travis-ci.org/snc/SncRedisBundle.svg?branch=master)](https://travis-ci.org/snc/SncRedisBundle)
* Use version `2.*` for Symfony 2.7+ and 3.0+. [![build status](https://travis-ci.org/snc/SncRedisBundle.svg?branch=2.1)](https://travis-ci.org/snc/SncRedisBundle)
* Use version `1.1.*` or the `1.1` branch if you are using Symfony `>=2.1,<3.0`. [![build status](https://travis-ci.org/snc/SncRedisBundle.svg?branch=1.1)](https://travis-ci.org/snc/SncRedisBundle)
* Use version `1.0.*` or the `1.0` branch if you are using Symfony `2.0.*`. [![build status](https://travis-ci.org/snc/SncRedisBundle.svg?branch=1.0)](https://travis-ci.org/snc/SncRedisBundle)

Expand Down

0 comments on commit 9c9345c

Please sign in to comment.