diff --git a/.travis.yml b/.travis.yml index 23d89b6f17..bc487a3361 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,6 +33,6 @@ script: - sleep 3 # Skip core/tests/Drupal/Tests/ComposerIntegrationTest.php because web/ has no composer.json # Ignore PageCache group temporarily, @see https://www.drupal.org/node/2770673 - - ./../vendor/bin/phpunit -c core --testsuite unit --exclude-group Composer,PageCache + - ./../vendor/bin/phpunit -c core --testsuite unit --exclude-group Composer,DependencyInjection,PageCache - ./../vendor/bin/drush - ./../vendor/bin/drupal diff --git a/console/README.md b/console/README.md new file mode 100644 index 0000000000..08f859246b --- /dev/null +++ b/console/README.md @@ -0,0 +1 @@ +This directory contains local site configurations for DrupalConsole. diff --git a/console/config.yml b/console/config.yml new file mode 100644 index 0000000000..6d5e543f81 --- /dev/null +++ b/console/config.yml @@ -0,0 +1,4 @@ +application: + language: 'en' + options: + root: 'web'