Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7008d0e

Browse files
committed
Update .travis.yml
1 parent 6c110fe commit 7008d0e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,7 @@ install:
1212
- composer --verbose install
1313

1414
script:
15-
- "cd web && ./../vendor/bin/drush site-install --verbose --yes --db-url=sqlite://tmp/site.sqlite"
15+
- 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

Comments
 (0)