Skip to content

Commit

Permalink
travis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed May 4, 2018
1 parent fd01545 commit 553b354
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Tests/travis/setup-config.sh
Expand Up @@ -25,8 +25,9 @@ if [ "$INSTALL_TAGSBUNDLE" = "1" ]; then
fi
# And optionally the EzCoreExtraBundle bundle - not needed any more ?
#if grep -q 'lolautruche/ez-core-extra-bundle' composer.lock; then
# sed -i 's/OneupFlysystemBundle(),\?/OneupFlysystemBundle(), new Lolautruche\\EzCoreExtraBundle\\EzCoreExtraBundle(),/' ${APP_DIR}/${EZ_KERNEL}.php
#fi
if [ "$EZ_VERSION" = "ezplatform2" ]; then
sed -i 's/OneupFlysystemBundle(),\?/OneupFlysystemBundle(), new Lolautruche\\EzCoreExtraBundle\\EzCoreExtraBundle(),/' ${APP_DIR}/${EZ_KERNEL}.php
fi

# For eZPlatform, load the xmltext bundle
if [ "$EZ_VERSION" = "ezplatform" -o "$EZ_VERSION" = "ezplatform2" ]; then
Expand Down

0 comments on commit 553b354

Please sign in to comment.