This repository was archived by the owner on Sep 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -12,16 +12,20 @@ cache:
12
12
directories :
13
13
- $HOME/.composer/cache/files
14
14
15
- env : SYMFONY_VERSION=2.8.*
15
+ env :
16
+ matrix : SYMFONY_VERSION=3.2.*
17
+ global : SYMFONY_PHPUNIT_DIR=.phpunit SYMFONY_PHPUNIT_REMOVE="symfony/yaml"
16
18
17
19
matrix :
18
20
include :
19
- - php : 7.0
20
- env : DEPS=dev SYMFONY_VERSION=3.1 .*
21
+ - php : 7.1
22
+ env : DEPS=dev SYMFONY_VERSION=3.3 .*
21
23
- php : 5.5
22
24
env : COMPOSER_FLAGS="--prefer-lowest" SYMFONY_DEPRECATIONS_HELPER=weak
23
- - php : 7.0
24
- env : DEPS=dev COMPOSER_FLAGS="--prefer-stable" SYMFONY_VERSION=3.0.*
25
+ - php : 7.1
26
+ env : SYMFONY_VERSION=2.8.*
27
+ - php : 7.1
28
+ env : SYMFONY_VERSION=3.1.*
25
29
fast_finish : true
26
30
27
31
before_install :
@@ -35,8 +39,7 @@ install: composer update $COMPOSER_FLAGS --prefer-dist
35
39
36
40
before_script : vendor/symfony-cmf/testing/bin/travis/phpcr_odm_doctrine_dbal.sh
37
41
38
- script : phpunit
42
+ script : vendor/bin/simple- phpunit
39
43
40
44
notifications :
41
45
irc : " irc.freenode.org#symfony-cmf"
42
-
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ document classes.
14
14
15
15
## Requirements
16
16
17
- * Symfony 2.2.x
17
+ * Symfony 2.8+
18
18
* See also the ` require ` section of [ composer.json] ( composer.json )
19
19
20
20
## Documentation
Original file line number Diff line number Diff line change 10
10
}
11
11
],
12
12
"require" : {
13
- "php" : " ^5.5.9 |^7.0" ,
13
+ "php" : " ^5.5.6 |^7.0" ,
14
14
"symfony/framework-bundle" : " ^2.8|^3.0" ,
15
15
"symfony/config" : " ^2.8|^3.0" ,
16
16
"symfony-cmf/routing-auto" : " ^2.0@dev" ,
You can’t perform that action at this time.
0 commit comments