Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Commit

Permalink
Master dev kit (#57) - Prepare release | remove dev stuff
Browse files Browse the repository at this point in the history
* DevKit updates

* prepare release

* use higher testing component version
  • Loading branch information
ElectricMaxxx committed Aug 17, 2018
1 parent aa0b1e2 commit 746696e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ env:
matrix:
include:
- php: 7.2
env: STABILITY=dev SYMFONY_VERSION=4.0.*
env: SYMFONY_VERSION=4.0.*
- php: 7.1
env: STABILITY=dev COMPOSER_FLAGS="--prefer-lowest" SYMFONY_VERSION=2.8.* SYMFONY_DEPRECATIONS_HELPER=weak
env: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_VERSION=2.8.* SYMFONY_DEPRECATIONS_HELPER=weak
- php: 7.2
env: STABILITY=dev SYMFONY_VERSION=3.3.*
env: SYMFONY_VERSION=3.3.*
- php: 7.2
env: STABILITY=dev SYMFONY_VERSION=3.4.*
env: SYMFONY_VERSION=3.4.*
- env: TEST_INSTALLATION=true
fast_finish: true
allow_failures:
Expand All @@ -52,12 +52,12 @@ matrix:
before_install:
- phpenv config-rm xdebug.ini || true
- composer self-update
- composer validate --no-check-all --ansi
- if ! [ -z "$STABILITY" ]; then composer config minimum-stability ${STABILITY}; composer config prefer-stable true; fi;
- if [ "$SYMFONY_VERSION" != "" ]; then composer require symfony/symfony:${SYMFONY_VERSION} --no-update; fi
- export BRANCH=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then echo $TRAVIS_BRANCH; else echo $TRAVIS_PULL_REQUEST_BRANCH; fi)

install: travis_wait composer update --prefer-dist $COMPOSER_FLAGS

script:
- if [ "${TEST_INSTALLATION}" == true ]; then make test_installation; else make test; fi

Expand Down
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
Changelog
=========

* **2017-11-16**: Removed php 5.6 and 7.0 support, removed Symfony 3.0.* and 3.1.* support
* **2017-10-24**: Dropped hhvm support
1.1.0
-----

* Removed PHP 5.6 and 7.0 support, removed Symfony 3.0 - 3.2 support
* Dropped hhvm support

1.0.0
-----
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"symfony-cmf/resource": "^1.0"
},
"require-dev": {
"symfony-cmf/testing": "^2.1@dev",
"symfony-cmf/testing": "^2.1.8",
"symfony/phpunit-bridge": "^3.3 || ^4.0",
"doctrine/phpcr-odm": "^1.4|^2.0"
},
Expand Down

0 comments on commit 746696e

Please sign in to comment.