Skip to content

Commit

Permalink
Travis: Install kolab/net_ldap3, it's now required by tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed Nov 30, 2020
1 parent 66ca4f0 commit 79ef1f6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .ci/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ cp composer.json-dist composer.json
# Add laravel/dusk for Browser tests
if [ "$BROWSER_TESTS" = 1 ]; then composer require "laravel/dusk:~6.9.0" --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
# composer remove endroid/qr-code --no-update
# Add suggested dependencies required for tests
composer require "kolab/net_ldap3:~1.1.1" --no-update

# Install PHP dependencies
composer install --prefer-dist
Expand Down

0 comments on commit 79ef1f6

Please sign in to comment.