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

Skip to content

Commit c34d83b

Browse files
committed
Add remove --no-update
1 parent 5ddc582 commit c34d83b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ install:
3131
- composer --verbose install
3232

3333
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;
3535
- if [[ $RELEASE = dev ]]; then composer --verbose require --no-update drupal/core:8.4.x-dev drush/drush:9.0.x-dev; fi;
3636
- if [[ $RELEASE = dev ]]; then composer --verbose update; fi;
3737
- cd $TRAVIS_BUILD_DIR/web
@@ -42,4 +42,4 @@ script:
4242
# Ignore PageCache group temporarily, @see https://www.drupal.org/node/2770673
4343
- ./../vendor/bin/phpunit -c core --testsuite unit --exclude-group Composer,DependencyInjection,PageCache
4444
- ./../vendor/bin/drush
45-
- ./../vendor/bin/drupal
45+
- if [[ $RELEASE = stable ]]; then ./../vendor/bin/drupal; fi; - ./../vendor/bin/drupal

0 commit comments

Comments
 (0)