Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2020-11-06 11:47:38 +0300
committerAleksander Machniak <alec@alec.pl>2020-11-06 11:47:38 +0300
commit8439f376632388729a71a5c07cc254f5464bb861 (patch)
tree299c0a94ed1efd934d0447c7356d57d494198089 /.ci/install.sh
parent97991b59be451e9471cf5d5750c7f4975e363af4 (diff)
Travis: Don't skip endroid/qr-code installation
Diffstat (limited to '.ci/install.sh')
-rwxr-xr-x.ci/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/install.sh b/.ci/install.sh
index 748faf3cf..4f9beb5c0 100755
--- a/.ci/install.sh
+++ b/.ci/install.sh
@@ -16,7 +16,7 @@ if [ "$BROWSER_TESTS" = 1 ]; then composer require "laravel/dusk:~5.9.1" --no-up
# Remove qr-code as it requires php-gd which is not always available on Travis
# and we don't really need it for tests
-composer remove endroid/qr-code --no-update
+# composer remove endroid/qr-code --no-update
# Install PHP dependencies
composer install --prefer-dist