Skip to content

Commit 6ec3678

Browse files
Master dev kit (#427) - Fix master, prepare nex minor
* DevKit updates * prepare CHANGELOG file for next version, prepare composer.json to go on 2.x only
1 parent 9200b91 commit 6ec3678

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,8 @@ matrix:
4444
env: SYMFONY_VERSION=3.3.*
4545
- php: 7.2
4646
env: SYMFONY_VERSION=3.4.*
47-
- env: TEST_INSTALLATION=true
4847
fast_finish: true
4948
allow_failures:
50-
- env: TEST_INSTALLATION=true
5149

5250
before_install:
5351
- phpenv config-rm xdebug.ini || true

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
2.2.0(ureleased)
5+
---------------
6+
7+
* **YYYY-MM-DD**:
8+
49
2.1.1
510
-----
611

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,10 @@ list:
2626
@echo 'unit_tests: will run unit tests only'
2727
@echo 'functional_tests_phpcr: will run functional tests with PHPCR'
2828
@echo 'functional_tests_orm: will run functional tests with ORM'
29-
@echo 'test_installation: will run installation test'
29+
3030
include ${TESTING_SCRIPTS_DIR}/make/unit_tests.mk
3131
include ${TESTING_SCRIPTS_DIR}/make/functional_tests_phpcr.mk
3232
include ${TESTING_SCRIPTS_DIR}/make/functional_tests_orm.mk
33-
include ${TESTING_SCRIPTS_DIR}/make/test_installation.mk
3433

3534
.PHONY: test
3635
test: unit_tests functional_tests_phpcr functional_tests_orm

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
},
5252
"extra": {
5353
"branch-alias": {
54-
"dev-master": "2.1-dev"
54+
"dev-master": "2.x-dev"
5555
}
5656
}
5757
}

0 commit comments

Comments
 (0)