File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ install:
28
28
29
29
script :
30
30
- if [[ $RELEASE = dev ]]; then composer --verbose remove --no-update drupal/console; fi;
31
- - if [[ $RELEASE = dev ]]; then composer --verbose require --no-update drupal/core:8.4.x-dev drush/drush:9.0.x-dev ; fi;
31
+ - if [[ $RELEASE = dev ]]; then composer --verbose require --no-update drupal/core:8.4.x-dev; fi;
32
32
- if [[ $RELEASE = dev ]]; then composer --verbose update; fi;
33
33
- cd $TRAVIS_BUILD_DIR/web
34
34
- ./../vendor/bin/drush site-install --verbose --yes --db-url=sqlite://tmp/site.sqlite
Original file line number Diff line number Diff line change 21
21
"drupal-composer/drupal-scaffold" : " ^2.2" ,
22
22
"drupal/console" : " ^1.0.1" ,
23
23
"drupal/core" : " ~8.0" ,
24
- "drush/drush" : " ~8.0" ,
24
+ "drush/drush" : " ~8.0|^9.0.0-beta7 " ,
25
25
"webflo/drupal-finder" : " ^1.0.0" ,
26
26
"webmozart/path-util" : " ^2.3"
27
27
},
32
32
"jcalderonzumba/mink-phantomjs-driver" : " ~0.3.1" ,
33
33
"mikey179/vfsstream" : " ~1.2" ,
34
34
"phpunit/phpunit" : " >=4.8.28 <5" ,
35
- "symfony/css-selector" : " ~2.8"
35
+ "symfony/css-selector" : " ~2.8|~3.0 "
36
36
},
37
37
"conflict" : {
38
38
"drupal/drupal" : " *"
You can’t perform that action at this time.
0 commit comments