Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

Commit

Permalink
DevKit updates
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI authored and OskarStark committed Dec 6, 2019
1 parent 13b207f commit f61b664
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ branches:
language: php

php:
- '7.1'
- '7.2'
- '7.3'
- '7.4snapshot'
- '7.4'
- nightly

dist: xenial
Expand Down Expand Up @@ -43,7 +42,7 @@ matrix:
env: TARGET=docs
- php: '7.3'
env: TARGET=lint
- php: '7.1'
- php: '7.2'
env: COMPOSER_FLAGS="--prefer-lowest"
- php: '7.3'
env: SYMFONY=3.4.*
Expand Down
5 changes: 2 additions & 3 deletions .travis/before_install_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ 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_CORE" != "" ]; then composer require "sonata-project/core-bundle:$SONATA_CORE" --no-update; fi;

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

0 comments on commit f61b664

Please sign in to comment.