File tree 2 files changed +23
-0
lines changed
2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change
1
+ language : php
2
+ sudo : false
3
+
4
+ matrix :
5
+ include :
6
+ - php : 7.0
7
+
8
+ cache :
9
+ directories :
10
+ - " $HOME/.composer/cache"
11
+
12
+ install :
13
+ - composer update
14
+
15
+ script :
16
+ - ./vendor/bin/phpunit --coverage-clover=coverage.xml
17
+
18
+ after_success :
19
+ - pip install --user codecov && codecov
20
+
21
+ notifications :
22
+ email : false
Original file line number Diff line number Diff line change 1
1
# Filesystem PSR-6 Cache pool
2
2
[ ![ Gitter] ( https://badges.gitter.im/php-cache/cache.svg )] ( https://gitter.im/php-cache/cache?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge )
3
3
[ ![ Latest Stable Version] ( https://poser.pugx.org/cache/filesystem-adapter/v/stable )] ( https://packagist.org/packages/cache/filesystem-adapter )
4
+ [ ![ codecov.io] ( https://codecov.io/github/php-cache/filesystem-adapter/coverage.svg?branch=master )] ( https://codecov.io/github/php-cache/filesystem-adapter?branch=master )
4
5
[ ![ Total Downloads] ( https://poser.pugx.org/cache/filesystem-adapter/downloads )] ( https://packagist.org/packages/cache/filesystem-adapter )
5
6
[ ![ Monthly Downloads] ( https://poser.pugx.org/cache/filesystem-adapter/d/monthly.png )] ( https://packagist.org/packages/cache/filesystem-adapter )
6
7
[ ![ Software License] ( https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square )] ( LICENSE )
You can’t perform that action at this time.
0 commit comments