Merge branch 'issue-794/add-gcs-support' of https://github.com/binxio/PrivateBin into binxio-issue-794/add-gcs-support

This commit is contained in:
El RIDO
2021-05-30 07:57:58 +02:00
12 changed files with 1021 additions and 10 deletions

View File

@@ -21,7 +21,7 @@ build:
tests:
override:
-
command: 'cd tst && ../vendor/bin/phpunit'
command: 'composer require google/cloud-storage && cd tst && ../vendor/bin/phpunit'
coverage:
file: 'tst/log/coverage-clover.xml'
format: 'clover'