Skip to content

Commit

Permalink
DevKit updates (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Sep 12, 2018
1 parent 0054258 commit 47a34cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis/before_install_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ echo "memory_limit=3072M" >> "$TRAVIS_INI_FILE"

sed --in-place "s/\"dev-master\":/\"dev-${TRAVIS_COMMIT}\":/" composer.json

if [ "$SYMFONY" != "" ]; then composer require "symfony/symfony:$SYMFONY" --no-update; fi;
if [ "$SONATA_USER" != "" ]; then composer require "sonata-project/user-bundle:$SONATA_USER" --no-update; fi;
if [ "$SYMFONY" != "" ]; then composer require "symfony/symfony:$SYMFONY" --no-update; fi;
if [ "$SONATA_USER" != "" ]; then composer require "sonata-project/user-bundle:$SONATA_USER" --no-update; fi;

0 comments on commit 47a34cc

Please sign in to comment.