This commit is contained in:
Robin Appelman 2021-03-02 19:35:18 +01:00
commit 868374e4f8
4 changed files with 1 additions and 50 deletions

View file

@ -37,22 +37,6 @@ jobs:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
name: Unit tests 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: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Setup PHP - name: Setup PHP

View file

@ -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/*'

View file

@ -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

View file

@ -1,8 +1,6 @@
# Streams # # Streams #
[![Build Status](https://travis-ci.org/icewind1991/Streams.svg?branch=master)](https://travis-ci.org/icewind1991/Streams) [![CI](https://github.com/icewind1991/Streams/actions/workflows/ci.yaml/badge.svg)](https://github.com/icewind1991/Streams/actions/workflows/ci.yaml)
[![Coverage Status](https://img.shields.io/coveralls/icewind1991/Streams.svg)](https://coveralls.io/r/icewind1991/Streams?branch=master)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/icewind1991/Streams/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/icewind1991/Streams/?branch=master)
Generic stream wrappers for php. Generic stream wrappers for php.