Skip to content

Commit

Permalink
Merge pull request #28 from neo4j-contrib/patch-4
Browse files Browse the repository at this point in the history
Do not test with obsolete symfony versions
  • Loading branch information
Nyholm authored Feb 28, 2017
2 parents 9c6f7a2 + a99ba58 commit 6d57a09
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ env:
- TEST_COMMAND="composer test"
matrix:
- SYMFONY_VERSION=3.2.*
- SYMFONY_VERSION=3.1.*
- SYMFONY_VERSION=3.0.*
- SYMFONY_VERSION=2.8.*
- SYMFONY_VERSION=2.7.*

Expand All @@ -29,8 +27,6 @@ matrix:
include:
- php: 7.0
env: SYMFONY_VERSION="3.2.* graphaware/neo4j-php-ogm:^1.0"
- php: 7.0
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci" SYMFONY_VERSION=3.0.*
- php: 7.0
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci" SYMFONY_VERSION=2.7.*

Expand Down

0 comments on commit 6d57a09

Please sign in to comment.