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 eb60f0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ cache:

env:
global:
- SYMFONY_DEPRECATIONS_HELPER="strict"
- SYMFONY_DEPRECATIONS_HELPER="weak_vendors"
- 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 eb60f0b

Please sign in to comment.