Skip to content

Commit 6d57a09

Browse files
authored
Merge pull request #28 from neo4j-contrib/patch-4
Do not test with obsolete symfony versions
2 parents 9c6f7a2 + a99ba58 commit 6d57a09

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ env:
1515
- TEST_COMMAND="composer test"
1616
matrix:
1717
- SYMFONY_VERSION=3.2.*
18-
- SYMFONY_VERSION=3.1.*
19-
- SYMFONY_VERSION=3.0.*
2018
- SYMFONY_VERSION=2.8.*
2119
- SYMFONY_VERSION=2.7.*
2220

@@ -29,8 +27,6 @@ matrix:
2927
include:
3028
- php: 7.0
3129
env: SYMFONY_VERSION="3.2.* graphaware/neo4j-php-ogm:^1.0"
32-
- php: 7.0
33-
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci" SYMFONY_VERSION=3.0.*
3430
- php: 7.0
3531
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci" SYMFONY_VERSION=2.7.*
3632

0 commit comments

Comments
 (0)