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

Skip to content

Commit 51242c3

Browse files
authored
Update .travis.yml
1 parent 171449e commit 51242c3

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
@@ -28,7 +28,7 @@ install:
2828
script:
2929
- if [[ $RELEASE = dev ]]; then composer --verbose remove --no-update drupal/console; fi;
3030
# Remove symfony/routing once https://www.drupal.org/node/2882456 is fixed
31-
- if [[ $RELEASE = dev ]]; then composer --verbose require --no-update symfony/routing:~3.2.9 drupal/core:8.4.x-dev drush/drush:9.0.x-dev; fi;
31+
- if [[ $RELEASE = dev ]]; then composer --verbose require --no-update symfony/event-dispatcher::~3.2.9 symfony/routing:~3.2.9 drupal/core:8.4.x-dev drush/drush:9.0.x-dev; fi;
3232
- if [[ $RELEASE = dev ]]; then composer --verbose update; fi;
3333
- cd $TRAVIS_BUILD_DIR/web
3434
- ./../vendor/bin/drush site-install --verbose --yes --db-url=sqlite://tmp/site.sqlite

0 commit comments

Comments
 (0)