Skip to content

Commit 670efd6

Browse files
committed
Only test symfony 2.8 and 3.0 and PHP 5.6 + 7.0
1 parent 943b268 commit 670efd6

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
language: php
22

33
php:
4-
- 5.4
5-
- 5.5
64
- 5.6
5+
- 7.0
76

87
env:
9-
- SYMFONY_VERSION=2.4.*
10-
- SYMFONY_VERSION=2.5.*
11-
- SYMFONY_VERSION=2.6.*
8+
- SYMFONY_VERSION=2.8.*
9+
- SYMFONY_VERSION=3.0.*
1210
- SYMFONY_VERSION=dev-master
1311

1412
before_script:
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
phpcr_migrations:
22
version_node_name: "jcr:migrations"
3-
paths:
4-
- "%kernel.root_dir%/migrations"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"doctrine/phpcr-bundle": "~1.2"
1515
},
1616
"require-dev": {
17-
"symfony/symfony": "~2.4 || ~3.0",
17+
"symfony/symfony": "~2.3 || ~3.0",
1818
"symfony-cmf/testing": "~1.2"
1919
},
2020
"autoload": {

0 commit comments

Comments
 (0)