Skip to content

Commit

Permalink
Add build with SonataUserBundle
Browse files Browse the repository at this point in the history
  • Loading branch information
jordisala1991 committed Jul 29, 2020
1 parent ad62bda commit 91d552e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -36,11 +36,16 @@ matrix:
env: SYMFONY=4.4.*
- php: '7.3'
env: SYMFONY='dev-master as 4.4.x-dev'
- php: '7.3'
env: SONATA_USER=4.*
- php: '7.3'
env: SONATA_USER='dev-master as 4.x-dev'
- php: '7.3'
env: SYMFONY_DEPRECATIONS_HELPER=0
allow_failures:
- php: nightly
- env: SYMFONY_DEPRECATIONS_HELPER=0
- env: SONATA_USER='dev-master as 4.x-dev'
- env: SYMFONY='dev-master as 4.4.x-dev'

before_install:
Expand Down
1 change: 1 addition & 0 deletions .travis/before_install_test.sh
Expand Up @@ -9,3 +9,4 @@ 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;

0 comments on commit 91d552e

Please sign in to comment.