Skip to content

Commit

Permalink
Merge pull request #29 from neo4j-contrib/Nyholm-patch-1
Browse files Browse the repository at this point in the history
Calculate test coverage when OGM is present
  • Loading branch information
Nyholm authored Feb 28, 2017
2 parents 6d57a09 + c10776f commit 58b1d82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ matrix:
fast_finish: true
include:
- php: 7.0
env: SYMFONY_VERSION="3.2.* graphaware/neo4j-php-ogm:^1.0"
env: SYMFONY_VERSION="3.2.* graphaware/neo4j-php-ogm:^1.0" COVERAGE=true TEST_COMMAND="composer test-ci"
- php: 7.0
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci" SYMFONY_VERSION=2.7.*
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_VERSION=2.7.*

install:
- composer require symfony/symfony:${SYMFONY_VERSION} --no-update
Expand Down

0 comments on commit 58b1d82

Please sign in to comment.