Skip to content

Commit b87f08b

Browse files
committed
Comment out option by default.
1 parent 3683674 commit b87f08b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ env:
7171
# Specifying the phpunit-core src/ directory is useful when e.g. a vendor/
7272
# directory is present in the module directory, which phpunit would then
7373
# try to find tests in. This option is relative to $TRAVIS_BUILD_DIR.
74-
- DRUPAL_TI_PHPUNIT_CORE_SRC_DIRECTORY="./tests/src"
74+
#- DRUPAL_TI_PHPUNIT_CORE_SRC_DIRECTORY="./tests/src"
7575

7676
# Code coverage via coveralls.io
7777
- DRUPAL_TI_COVERAGE="satooshi/php-coveralls:0.6.*"

0 commit comments

Comments
 (0)