1
0
mirror of https://github.com/danog/phpseclib.git synced 2024-12-11 16:49:42 +01:00
phpseclib/travis/setup-composer.sh

7 lines
188 B
Bash
Raw Normal View History

#!/bin/sh
composer self-update --no-interaction
composer install --no-interaction
2022-01-30 16:34:42 +01:00
if [ "$TRAVIS_PHP_VERSION" = '8.1.0' ]; then
composer install --no-interaction --working-dir=build
fi