Skip to content

Commit

Permalink
Merge branch '1.13' into 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Marek Nocon committed Aug 6, 2018
2 parents 98dfbe3 + c776d6f commit 577ed87
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env
Expand Up @@ -4,6 +4,7 @@ COMPOSE_DIR=.

# You'll need to adjust this for Windows and XDB Linux systems: https://getcomposer.org/doc/03-cli.md#composer-home
COMPOSER_HOME=~/.composer
COMPOSER_MEMORY_LIMIT=2G
DATABASE_USER=ezp
DATABASE_PASSWORD=SetYourOwnPassword
DATABASE_NAME=ezp
Expand Down
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -30,6 +30,8 @@ branches:
only:
- master
- /^\d.\d+$/
# build tags (vX.Y.Z)
- /^v\d+.\d+.\d+$/

# Update Docker and Docker Compose
before_install: ./bin/.travis/trusty/update_docker.sh
Expand Down
1 change: 1 addition & 0 deletions doc/docker/install.yml
Expand Up @@ -20,6 +20,7 @@ services:
depends_on:
- install_db
environment:
- COMPOSER_MEMORY_LIMIT
- SYMFONY_ENV=${SYMFONY_ENV-prod}
- SYMFONY_DEBUG
- SYMFONY_CMD
Expand Down

0 comments on commit 577ed87

Please sign in to comment.