Skip to content

Commit

Permalink
DevKit updates (#721)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Jul 26, 2020
1 parent 9884ee2 commit d741ea7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,13 @@ matrix:
env: SONATA_ADMIN=3.*
- php: '7.3'
env: SONATA_ADMIN='dev-master as 3.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: SYMFONY_DEPRECATIONS_HELPER=0
allow_failures:
- php: nightly
- env: SYMFONY_DEPRECATIONS_HELPER=0
- env: SYMFONY='dev-master as 4.4.x-dev'
- env: SONATA_ADMIN='dev-master as 3.x-dev'
- env: SONATA_CORE='dev-master as 3.x-dev'

before_install:
- git remote add upstream ${UPSTREAM_URL} && git fetch --all
Expand Down
1 change: 0 additions & 1 deletion .travis/before_install_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ sed --in-place "s/\"dev-master\":/\"dev-${TRAVIS_COMMIT}\":/" composer.json

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

0 comments on commit d741ea7

Please sign in to comment.