Skip to content

Commit fe16392

Browse files
committed
Remove coveralls
1 parent 8ca1a06 commit fe16392

File tree

4 files changed

+24
-19
lines changed

4 files changed

+24
-19
lines changed

.coveralls.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.travis.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,28 +9,15 @@ install:
99
- composer global require "fxp/composer-asset-plugin:^1.3"
1010
- composer install
1111

12-
- wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.1.0/php-coveralls.phar
13-
- chmod +x php-coveralls.phar
14-
- php coveralls.phar --version
15-
16-
1712
before_script:
1813
- travis_retry composer self-update
1914
- travis_retry composer install --no-interaction --prefer-source --dev
2015

21-
- mkdir -p build/logs
22-
- ls -al
23-
2416
script:
2517
- php vendor/bin/phpunit -c phpunit.xml.dist
26-
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml
27-
28-
29-
after_script:
30-
- travis_retry php coveralls.phar -v
3118

3219
branches:
33-
only: master
20+
only: development
3421

3522
cache:
3623
directories:

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2018-2019 Vlad Umanskyi <vladumanskyi@gmail.com>
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in
13+
all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
THE SOFTWARE.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
[![Build Status](https://travis-ci.org/vumanskyi/yii2-opengraph.svg?branch=master)](https://travis-ci.org/vumanskyi/yii2-opengraph)
33
[![StyleCI](https://github.styleci.io/repos/119894207/shield?branch=master)](https://github.styleci.io/repos/119894207)
44
[![Total Downloads](https://img.shields.io/packagist/dt/umanskyi31/opengraph.svg?style=flat-square)](https://packagist.org/packages/umanskyi31/opengraph)
5-
[![Coverage Status](https://coveralls.io/repos/github/vumanskyi/yii2-opengraph/badge.svg)](https://coveralls.io/github/vumanskyi/yii2-opengraph)
6-
5+
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/vumanskyi/yii2-opengraph/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/vumanskyi/yii2-opengraph/?branch=master)
6+
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
77
Create implementation for Yii2. Generate Open Graph protocol for your website.
88

99
### Installation

0 commit comments

Comments
 (0)