diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2018-10-11 15:48:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-11 15:48:03 +0200 |
commit | 12f921f0434ea67ceb5467eb933cb186454e2c2b (patch) | |
tree | f9c54216214bc9a4a24784f0e758516d26f16936 /.drone.yml | |
parent | eed1e6e21c4ee84ec15b63f2038fa2707e039983 (diff) | |
parent | f48d5dc27e96a40dc00076e477248ca434a2f1cc (diff) | |
download | nextcloud-server-12f921f0434ea67ceb5467eb933cb186454e2c2b.tar.gz nextcloud-server-12f921f0434ea67ceb5467eb933cb186454e2c2b.zip |
Merge pull request #11769 from nextcloud/3rdparty/remove/random_compat
Remove random_compat
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.drone.yml b/.drone.yml index 628cb7170ef..2ceccc4de9a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -69,7 +69,7 @@ pipeline: image: nextcloudci/php7.0:php7.0-19 commands: - composer install - - ./lib/composer/bin/parallel-lint --exclude lib/composer/jakub-onderka/ --exclude 3rdparty/symfony/polyfill-php70/Resources/stubs/ --exclude 3rdparty/patchwork/utf8/src/Patchwork/Utf8/Bootup/ --exclude 3rdparty/paragonie/random_compat/lib/ --exclude lib/composer/composer/autoload_static.php --exclude 3rdparty/composer/autoload_static.php . + - ./lib/composer/bin/parallel-lint --exclude lib/composer/jakub-onderka/ --exclude 3rdparty/symfony/polyfill-php70/Resources/stubs/ --exclude 3rdparty/patchwork/utf8/src/Patchwork/Utf8/Bootup/ --exclude lib/composer/composer/autoload_static.php --exclude 3rdparty/composer/autoload_static.php . when: matrix: TESTS: syntax-php7.0 @@ -77,7 +77,7 @@ pipeline: image: nextcloudci/php7.1:php7.1-16 commands: - composer install - - ./lib/composer/bin/parallel-lint --exclude lib/composer/jakub-onderka/ --exclude 3rdparty/symfony/polyfill-php70/Resources/stubs/ --exclude 3rdparty/patchwork/utf8/src/Patchwork/Utf8/Bootup/ --exclude 3rdparty/paragonie/random_compat/lib/ --exclude lib/composer/composer/autoload_static.php --exclude 3rdparty/composer/autoload_static.php . + - ./lib/composer/bin/parallel-lint --exclude lib/composer/jakub-onderka/ --exclude 3rdparty/symfony/polyfill-php70/Resources/stubs/ --exclude 3rdparty/patchwork/utf8/src/Patchwork/Utf8/Bootup/ --exclude lib/composer/composer/autoload_static.php --exclude 3rdparty/composer/autoload_static.php . when: matrix: TESTS: syntax-php7.1 @@ -85,7 +85,7 @@ pipeline: image: nextcloudci/php7.2:php7.2-12 commands: - composer install - - ./lib/composer/bin/parallel-lint --exclude lib/composer/jakub-onderka/ --exclude 3rdparty/symfony/polyfill-php70/Resources/stubs/ --exclude 3rdparty/patchwork/utf8/src/Patchwork/Utf8/Bootup/ --exclude 3rdparty/paragonie/random_compat/lib/ --exclude lib/composer/composer/autoload_static.php --exclude 3rdparty/composer/autoload_static.php --exclude 3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/RiakCache.php . + - ./lib/composer/bin/parallel-lint --exclude lib/composer/jakub-onderka/ --exclude 3rdparty/symfony/polyfill-php70/Resources/stubs/ --exclude 3rdparty/patchwork/utf8/src/Patchwork/Utf8/Bootup/ --exclude lib/composer/composer/autoload_static.php --exclude 3rdparty/composer/autoload_static.php --exclude 3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/RiakCache.php . when: matrix: TESTS: syntax-php7.2 |