mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-14 17:34:07 +00:00
ef66d9f7dd
php-cs-fixer ci
7 lines
188 B
Bash
Executable File
7 lines
188 B
Bash
Executable File
#!/bin/sh
|
|
composer self-update --no-interaction
|
|
composer install --no-interaction
|
|
if [ "$TRAVIS_PHP_VERSION" = '8.1.0' ]; then
|
|
composer install --no-interaction --working-dir=build
|
|
fi
|