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-02-14 15:12:12 +0300
committerAleksander Machniak <alec@alec.pl>2020-02-14 15:12:12 +0300
commit4b219792a77fa0b1abc2b7f5bcfbaa68a581ff6f (patch)
treeb130b99aaeda0ecbc9271a392b59092ed75c5825 /.ci/install.sh
parentf94b871aa6b1b260d2910311a4a69bf2e812db68 (diff)
Tests: Add browser tests for attachment_reminder plugin
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 dc22059f9..c07ba5294 100755
--- a/.ci/install.sh
+++ b/.ci/install.sh
@@ -12,7 +12,7 @@ cd $DIR/..
cp composer.json-dist composer.json
# Add laravel/dusk for Browser tests
-if [ "$BROWSER_TESTS" = 1 ]; then composer require "laravel/dusk:~5.7.0" --no-update; fi
+if [ "$BROWSER_TESTS" = 1 ]; then composer require "laravel/dusk:~5.9.1" --no-update; fi
# Remove qr-code as it requires php-gd which is not always available on Travis
# and we don't really need it for tests