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

Commit a961a75

Browse files
committed
Make data files consistent
1 parent a2202ea commit a961a75

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

.travis.yml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,20 @@ cache:
1212
directories:
1313
- $HOME/.composer/cache/files
1414

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"
1618

1719
matrix:
1820
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.*
2123
- php: 5.5
2224
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.*
2529
fast_finish: true
2630

2731
before_install:
@@ -35,8 +39,7 @@ install: composer update $COMPOSER_FLAGS --prefer-dist
3539

3640
before_script: vendor/symfony-cmf/testing/bin/travis/phpcr_odm_doctrine_dbal.sh
3741

38-
script: phpunit
42+
script: vendor/bin/simple-phpunit
3943

4044
notifications:
4145
irc: "irc.freenode.org#symfony-cmf"
42-

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ document classes.
1414

1515
## Requirements
1616

17-
* Symfony 2.2.x
17+
* Symfony 2.8+
1818
* See also the `require` section of [composer.json](composer.json)
1919

2020
## Documentation

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^5.5.9|^7.0",
13+
"php": "^5.5.6|^7.0",
1414
"symfony/framework-bundle": "^2.8|^3.0",
1515
"symfony/config": "^2.8|^3.0",
1616
"symfony-cmf/routing-auto": "^2.0@dev",

0 commit comments

Comments
 (0)