Skip to content

Commit c10776f

Browse files
authored
Calculate test coverage when OGM is present
1 parent 6d57a09 commit c10776f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ matrix:
2626
fast_finish: true
2727
include:
2828
- php: 7.0
29-
env: SYMFONY_VERSION="3.2.* graphaware/neo4j-php-ogm:^1.0"
29+
env: SYMFONY_VERSION="3.2.* graphaware/neo4j-php-ogm:^1.0" COVERAGE=true TEST_COMMAND="composer test-ci"
3030
- php: 7.0
31-
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci" SYMFONY_VERSION=2.7.*
31+
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_VERSION=2.7.*
3232

3333
install:
3434
- composer require symfony/symfony:${SYMFONY_VERSION} --no-update

0 commit comments

Comments
 (0)