Skip to content

Commit

Permalink
Merge 07811dc into 47307e9
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Jan 16, 2020
2 parents 47307e9 + 07811dc commit 0fcb099
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Expand Up @@ -52,10 +52,6 @@ matrix:
env: FOS_USER=2.*
- php: '7.3'
env: FOS_USER='dev-master as 2.x-dev'
- php: '7.3'
env: SONATA_CORE=3.*
- php: '7.3'
env: SONATA_CORE='dev-master as 3.x-dev'
- php: '7.3'
env: SONATA_ADMIN=3.*
- php: '7.3'
Expand All @@ -68,7 +64,6 @@ matrix:
- env: SYMFONY_DEPRECATIONS_HELPER=0
- env: SYMFONY='dev-master as 3.4.x-dev'
- env: FOS_USER='dev-master as 2.x-dev'
- env: SONATA_CORE='dev-master as 3.x-dev'
- env: SONATA_ADMIN='dev-master as 3.x-dev'

before_install:
Expand Down
1 change: 0 additions & 1 deletion .travis/before_install_test.sh
Expand Up @@ -10,5 +10,4 @@ sed --in-place "s/\"dev-master\":/\"dev-${TRAVIS_COMMIT}\":/" composer.json

if [ "$SYMFONY" != "" ]; then composer require "symfony/symfony:$SYMFONY" --no-update; fi;
if [ "$FOS_USER" != "" ]; then composer require "friendsofsymfony/user-bundle:$FOS_USER" --no-update; fi;
if [ "$SONATA_CORE" != "" ]; then composer require "sonata-project/core-bundle:$SONATA_CORE" --no-update; fi;
if [ "$SONATA_ADMIN" != "" ]; then composer require "sonata-project/admin-bundle:$SONATA_ADMIN" --no-update; fi;

0 comments on commit 0fcb099

Please sign in to comment.