Skip to content

Commit cc8ff3f

Browse files
authored
DevKit updates (#1197)
1 parent 2528327 commit cc8ff3f

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.travis.yml

-5
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ matrix:
4040
env: FOS_USER=2.*
4141
- php: '7.3'
4242
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'
4743
- php: '7.3'
4844
env: SONATA_ADMIN=3.*
4945
- php: '7.3'
@@ -55,7 +51,6 @@ matrix:
5551
- env: SYMFONY_DEPRECATIONS_HELPER=0
5652
- env: SYMFONY='dev-master as 4.4.x-dev'
5753
- env: FOS_USER='dev-master as 2.x-dev'
58-
- env: SONATA_CORE='dev-master as 3.x-dev'
5954
- env: SONATA_ADMIN='dev-master as 3.x-dev'
6055

6156
before_install:

.travis/before_install_test.sh

-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@ sed --in-place "s/\"dev-master\":/\"dev-${TRAVIS_COMMIT}\":/" composer.json
1010

1111
if [ "$SYMFONY" != "" ]; then composer require "symfony/symfony:$SYMFONY" --no-update; fi;
1212
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;
1413
if [ "$SONATA_ADMIN" != "" ]; then composer require "sonata-project/admin-bundle:$SONATA_ADMIN" --no-update; fi;

0 commit comments

Comments
 (0)