File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11#  Ignore directories generated by Composer
2+ bin 
23vendor 
34web /core 
45web /modules /contrib 
Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ install:
1616script :
1717 #  Test stable release
1818 - cd $TRAVIS_BUILD_DIR/web 
19-  - ./../vendor/ bin/drush site-install --verbose --yes --db-url=sqlite://tmp/site.sqlite 
19+  - ./bin/drush site-install --verbose --yes --db-url=sqlite://tmp/site.sqlite 
2020 #  Skip core/tests/Drupal/Tests/ComposerIntegrationTest.php because web/ has no composer.json
21-  - ./../vendor/ bin/phpunit -c core --exclude-group Composer 
21+  - ./bin/phpunit -c core --exclude-group Composer 
2222
2323 #  Test dev release
2424 - cd $TRAVIS_BUILD_DIR 
2525 - composer --verbose require --no-update drupal/core:8.0.x-dev 
2626 - composer --verbose update 
2727 - cd $TRAVIS_BUILD_DIR/web 
28-  - ./../vendor/ bin/drush site-install --verbose --yes --db-url=sqlite://tmp/site.sqlite 
28+  - ./bin/drush site-install --verbose --yes --db-url=sqlite://tmp/site.sqlite 
2929 #  Skip core/tests/Drupal/Tests/ComposerIntegrationTest.php because web/ has no composer.json
30-  - ./../vendor/ bin/phpunit -c core --exclude-group Composer 
30+  - ./bin/phpunit -c core --exclude-group Composer 
Original file line number Diff line number Diff line change 3636 "web/themes/contrib/{$name}" : [" type:drupal-theme"  ],
3737 "web/drush/commands/{$name}" : [" type:drupal-drush"  ]
3838 }
39+  },
40+  "config" : {
41+  "bin-dir" : " bin" 
3942 }
4043}
                                 You can’t perform that action at this time. 
               
                  
0 commit comments