Skip to content
This repository was archived by the owner on Jul 28, 2024. It is now read-only.

Commit 80e5651

Browse files
committed
Fix travis config
1 parent d332160 commit 80e5651

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
install:
2323
- wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.1.0/php-coveralls.phar
2424
script:
25-
- composer phing test
25+
- composer phing test:coverage
2626
- php php-coveralls.phar --verbose --config php/tests/.coveralls.yml
2727
cache:
2828
directories:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
[![Coverage Status](https://coveralls.io/repos/github/wavevision/coding-standard/badge.svg?branch=master)](https://coveralls.io/github/wavevision/coding-standard?branch=master)
55
[![PHPStan](https://img.shields.io/badge/style-level%20max-brightgreen.svg?label=phpstan)](https://github.com/phpstan/phpstan)
66

7-
Code style rules and presets for [Php](#php), [SCSS and TypeScript](#scss-and-typescript). Also contains default [PhpStorm](#phpstorm) project code style.
7+
Code style rules and presets for [PHP](#php), [SCSS and TypeScript](#scss-and-typescript). Also contains default [PhpStorm](#phpstorm) project code style.
88

99
**Requirements:**
1010

11-
- Php 7.2
11+
- PHP 7.2
1212
- Node.js 10.16.0
1313

14-
## Php
14+
## PHP
1515

1616
Rules for:
1717

0 commit comments

Comments
 (0)