File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -44,10 +44,8 @@ matrix:
44
44
env : SYMFONY_VERSION=3.3.*
45
45
- php : 7.2
46
46
env : SYMFONY_VERSION=3.4.*
47
- - env : TEST_INSTALLATION=true
48
47
fast_finish : true
49
48
allow_failures :
50
- - env : TEST_INSTALLATION=true
51
49
52
50
before_install :
53
51
- phpenv config-rm xdebug.ini || true
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ 2.2.0(ureleased)
5
+ ---------------
6
+
7
+ * ** YYYY-MM-DD** :
8
+
4
9
2.1.1
5
10
-----
6
11
Original file line number Diff line number Diff line change @@ -26,11 +26,10 @@ list:
26
26
@echo ' unit_tests: will run unit tests only'
27
27
@echo ' functional_tests_phpcr: will run functional tests with PHPCR'
28
28
@echo ' functional_tests_orm: will run functional tests with ORM'
29
- @echo ' test_installation: will run installation test '
29
+
30
30
include ${TESTING_SCRIPTS_DIR}/make/unit_tests.mk
31
31
include ${TESTING_SCRIPTS_DIR}/make/functional_tests_phpcr.mk
32
32
include ${TESTING_SCRIPTS_DIR}/make/functional_tests_orm.mk
33
- include ${TESTING_SCRIPTS_DIR}/make/test_installation.mk
34
33
35
34
.PHONY : test
36
35
test : unit_tests functional_tests_phpcr functional_tests_orm
Original file line number Diff line number Diff line change 51
51
},
52
52
"extra" : {
53
53
"branch-alias" : {
54
- "dev-master" : " 2.1 -dev"
54
+ "dev-master" : " 2.x -dev"
55
55
}
56
56
}
57
57
}
You can’t perform that action at this time.
0 commit comments