Skip to content

Commit

Permalink
DevKit updates
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Aug 1, 2020
1 parent 1781a4b commit 06b7e37
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 @@ -36,17 +36,12 @@ 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: SYMFONY='dev-master as 4.4.x-dev'
- env: SONATA_USER='dev-master as 4.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
Expand Up @@ -9,4 +9,3 @@ 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 06b7e37

Please sign in to comment.