Skip to content

Commit a106d5e

Browse files
committed
GH-4: Invert condition to prevent command from exiting with 1.
1 parent 49986bf commit a106d5e

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
@@ -23,7 +23,7 @@ before_install:
2323

2424
install:
2525
- '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'
26+
- '[[ ${COMPOSER_BOUNDARY} != "lowest" ]] || docker-compose exec web composer update --prefer-lowest --ansi --no-suggest --no-progress'
2727
- 'docker-compose exec web chown -R www-data:www-data build'
2828

2929
before_script:

0 commit comments

Comments
 (0)