File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ install:
31
31
- composer --verbose install
32
32
33
33
script :
34
- - if [[ $RELEASE = dev ]]; then composer --verbose remove drupal/console; fi;
34
+ - if [[ $RELEASE = dev ]]; then composer --verbose remove --no-update drupal/console; fi;
35
35
- if [[ $RELEASE = dev ]]; then composer --verbose require --no-update drupal/core:8.4.x-dev drush/drush:9.0.x-dev; fi;
36
36
- if [[ $RELEASE = dev ]]; then composer --verbose update; fi;
37
37
- cd $TRAVIS_BUILD_DIR/web
@@ -42,4 +42,4 @@ script:
42
42
# Ignore PageCache group temporarily, @see https://www.drupal.org/node/2770673
43
43
- ./../vendor/bin/phpunit -c core --testsuite unit --exclude-group Composer,DependencyInjection,PageCache
44
44
- ./../vendor/bin/drush
45
- - ./../vendor/bin/drupal
45
+ - if [[ $RELEASE = stable ]]; then ./../vendor/bin/drupal; fi; - ./../vendor/bin/drupal
You can’t perform that action at this time.
0 commit comments