mirror of
https://github.com/danog/phpseclib.git
synced 2024-12-03 18:18:05 +01: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
|