From b87f08b7bf81ad0d6e42ea7fcf138daf47f70537 Mon Sep 17 00:00:00 2001 From: Fabian Franz Date: Sat, 18 Jul 2015 06:10:35 -0700 Subject: [PATCH] Comment out option by default. --- .travis.yml.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml.dist b/.travis.yml.dist index 6ae8b92..3cfe491 100644 --- a/.travis.yml.dist +++ b/.travis.yml.dist @@ -71,7 +71,7 @@ env: # Specifying the phpunit-core src/ directory is useful when e.g. a vendor/ # directory is present in the module directory, which phpunit would then # try to find tests in. This option is relative to $TRAVIS_BUILD_DIR. - - DRUPAL_TI_PHPUNIT_CORE_SRC_DIRECTORY="./tests/src" + #- DRUPAL_TI_PHPUNIT_CORE_SRC_DIRECTORY="./tests/src" # Code coverage via coveralls.io - DRUPAL_TI_COVERAGE="satooshi/php-coveralls:0.6.*"