Skip to content

Commit ec707ce

Browse files
committed
Merge pull request #21 from drupal-composer/fix-travis-integration
Update .travis.yml
2 parents 7008d0e + 678e9af commit ec707ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ install:
1313

1414
script:
1515
- cd web
16-
- ./../vendor/bin/drush site-install --verbose --yes --db-url=sqlite://tmp/site.sqlite"
16+
- ./../vendor/bin/drush site-install --verbose --yes --db-url=sqlite://tmp/site.sqlite
1717
# Skip core/tests/Drupal/Tests/ComposerIntegrationTest.php because web/ has no composer.json
1818
- ./../vendor/bin/phpunit -c core --exclude-group Composer

0 commit comments

Comments
 (0)