Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c110fe commit 7008d0eCopy full SHA for 7008d0e
.travis.yml
@@ -12,4 +12,7 @@ install:
12
- composer --verbose install
13
14
script:
15
- - "cd web && ./../vendor/bin/drush site-install --verbose --yes --db-url=sqlite://tmp/site.sqlite"
+ - cd web
16
+ - ./../vendor/bin/drush site-install --verbose --yes --db-url=sqlite://tmp/site.sqlite"
17
+ # Skip core/tests/Drupal/Tests/ComposerIntegrationTest.php because web/ has no composer.json
18
+ - ./../vendor/bin/phpunit -c core --exclude-group Composer
0 commit comments