mirror of
https://codeberg.org/icewind/streams.git
synced 2026-06-03 16:44:07 +02:00
cleanup
This commit is contained in:
parent
32b65b0bad
commit
868374e4f8
4 changed files with 1 additions and 50 deletions
16
.github/workflows/ci.yaml
vendored
16
.github/workflows/ci.yaml
vendored
|
|
@ -37,22 +37,6 @@ jobs:
|
|||
runs-on: ubuntu-20.04
|
||||
name: Unit tests
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
backend:
|
||||
- smbclient
|
||||
- libsmbclient
|
||||
|
||||
services:
|
||||
samba:
|
||||
image: dperson/samba
|
||||
env:
|
||||
USER: "test;test"
|
||||
SHARE: "test;/tmp;yes;no;yes;all;none"
|
||||
ports:
|
||||
- 139:139
|
||||
- 445:445
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup PHP
|
||||
|
|
|
|||
|
|
@ -1,13 +0,0 @@
|
|||
build:
|
||||
nodes:
|
||||
analysis:
|
||||
tests:
|
||||
override:
|
||||
- php-scrutinizer-run
|
||||
tools:
|
||||
php_sim: true
|
||||
php_pdepend: true
|
||||
php_analyzer: true
|
||||
filter:
|
||||
excluded_paths:
|
||||
- 'tests/*'
|
||||
18
.travis.yml
18
.travis.yml
|
|
@ -1,18 +0,0 @@
|
|||
language: php
|
||||
php:
|
||||
- 5.6
|
||||
- 7.0
|
||||
- 7.1
|
||||
- 7.2
|
||||
- 7.3
|
||||
- 7.4
|
||||
|
||||
install:
|
||||
- composer install --dev --no-interaction
|
||||
|
||||
script:
|
||||
- mkdir -p build/logs
|
||||
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml --configuration tests/phpunit.xml
|
||||
|
||||
after_script:
|
||||
- vendor/bin/php-coveralls -v
|
||||
|
|
@ -1,8 +1,6 @@
|
|||
# Streams #
|
||||
|
||||
[](https://travis-ci.org/icewind1991/Streams)
|
||||
[](https://coveralls.io/r/icewind1991/Streams?branch=master)
|
||||
[](https://scrutinizer-ci.com/g/icewind1991/Streams/?branch=master)
|
||||
[](https://github.com/icewind1991/Streams/actions/workflows/ci.yaml)
|
||||
|
||||
Generic stream wrappers for php.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue