Skip to content

Commit

Permalink
DevKit updates
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Aug 2, 2016
1 parent 60508bb commit b9733c5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -62,8 +62,6 @@ matrix:
env: SONATA_ADMIN=dev-master@dev
- php: '5.6'
env: SYMFONY_DEPRECATIONS_HELPER=0
- php: '7.0'
env: ADAPTER_VERSION="^1.0.0" MONGODB_VERSION=stable
allow_failures:
- php: nightly
- php: hhvm
Expand Down
2 changes: 0 additions & 2 deletions .travis/before_install_test.sh
Expand Up @@ -14,7 +14,5 @@ fi
composer self-update --stable
sed --in-place "s/\"dev-master\":/\"dev-${TRAVIS_COMMIT}\":/" composer.json

if [ "$MONGODB_VERSION" != "" ]; then pecl install -f mongodb-$MONGODB_VERSION; fi
if [ "$ADAPTER_VERSION" != "" ]; then composer require "alcaeus/mongo-php-adapter=$ADAPTER_VERSION" --ignore-platform-reqs; fi
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;

0 comments on commit b9733c5

Please sign in to comment.