File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 6
6
- ' 7.2'
7
7
8
8
install :
9
- - composer install
9
+ - composer install --no-interaction
10
10
11
11
script :
12
12
- vendor/bin/phpcs --standard=vendor/yiisoft/yii2-coding-standards/Yii2 --extensions=php src
13
13
- php vendor/bin/codecept run --coverage --coverage-xml
14
+
15
+ after_success :
16
+ - bash <(curl -s https://codecov.io/bash)
Original file line number Diff line number Diff line change 1
1
yii2-bootstrap-toggle
2
2
===========
3
3
4
- [ ![ Build Status] ( https://travis-ci.org/alexeevdv/yii2-bootstrap-toggle.svg?branch=master )] ( https://travis-ci.org/alexeevdv/yii2-bootstrap-toggle ) ![ PHP 5.6] ( https://img.shields.io/badge/PHP-5.6-green.svg ) ![ PHP 7.0] ( https://img.shields.io/badge/PHP-7.0-green.svg ) ![ PHP 7.1] ( https://img.shields.io/badge/PHP-7.1-green.svg ) ![ PHP 7.2] ( https://img.shields.io/badge/PHP-7.2-green.svg )
4
+ [ ![ Build Status] ( https://travis-ci.org/alexeevdv/yii2-bootstrap-toggle.svg?branch=master )] ( https://travis-ci.org/alexeevdv/yii2-bootstrap-toggle )
5
+ [ ![ codecov] ( https://codecov.io/gh/alexeevdv/yii2-bootstrap-toggle/branch/master/graph/badge.svg )] ( https://codecov.io/gh/alexeevdv/yii2-bootstrap-toggle )
6
+ ![ PHP 5.6] ( https://img.shields.io/badge/PHP-5.6-green.svg )
7
+ ![ PHP 7.0] ( https://img.shields.io/badge/PHP-7.0-green.svg )
8
+ ![ PHP 7.1] ( https://img.shields.io/badge/PHP-7.1-green.svg )
9
+ ![ PHP 7.2] ( https://img.shields.io/badge/PHP-7.2-green.svg )
5
10
6
11
Yii2 extension to render [ bootstrap toggle] ( http://www.bootstraptoggle.com/ ) widget instead of checkbox.
7
12
You can’t perform that action at this time.
0 commit comments