We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49986bf commit a106d5eCopy full SHA for a106d5e
.travis.yml
@@ -23,7 +23,7 @@ before_install:
23
24
install:
25
- 'docker-compose exec web composer install --ansi --no-suggest --no-progress'
26
- - '[[ ${COMPOSER_BOUNDARY} == "lowest" ]] && docker-compose exec web composer update --prefer-lowest --ansi --no-suggest --no-progress'
+ - '[[ ${COMPOSER_BOUNDARY} != "lowest" ]] || docker-compose exec web composer update --prefer-lowest --ansi --no-suggest --no-progress'
27
- 'docker-compose exec web chown -R www-data:www-data build'
28
29
before_script:
0 commit comments