File tree 2 files changed +0
-6
lines changed
2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -40,10 +40,6 @@ matrix:
40
40
env : FOS_USER=2.*
41
41
- php : ' 7.3'
42
42
env : FOS_USER='dev-master as 2.x-dev'
43
- - php : ' 7.3'
44
- env : SONATA_CORE=3.*
45
- - php : ' 7.3'
46
- env : SONATA_CORE='dev-master as 3.x-dev'
47
43
- php : ' 7.3'
48
44
env : SONATA_ADMIN=3.*
49
45
- php : ' 7.3'
@@ -55,7 +51,6 @@ matrix:
55
51
- env : SYMFONY_DEPRECATIONS_HELPER=0
56
52
- env : SYMFONY='dev-master as 4.4.x-dev'
57
53
- env : FOS_USER='dev-master as 2.x-dev'
58
- - env : SONATA_CORE='dev-master as 3.x-dev'
59
54
- env : SONATA_ADMIN='dev-master as 3.x-dev'
60
55
61
56
before_install :
Original file line number Diff line number Diff line change @@ -10,5 +10,4 @@ sed --in-place "s/\"dev-master\":/\"dev-${TRAVIS_COMMIT}\":/" composer.json
10
10
11
11
if [ " $SYMFONY " != " " ]; then composer require " symfony/symfony:$SYMFONY " --no-update; fi ;
12
12
if [ " $FOS_USER " != " " ]; then composer require " friendsofsymfony/user-bundle:$FOS_USER " --no-update; fi ;
13
- if [ " $SONATA_CORE " != " " ]; then composer require " sonata-project/core-bundle:$SONATA_CORE " --no-update; fi ;
14
13
if [ " $SONATA_ADMIN " != " " ]; then composer require " sonata-project/admin-bundle:$SONATA_ADMIN " --no-update; fi ;
You can’t perform that action at this time.
0 commit comments