Skip to content

Commit 153c664

Browse files
committed
Add travis build status to README.
1 parent 4699c3f commit 153c664

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ env:
99
- COMPOSER_OPTS=""
1010
- COMPOSER_OPTS="--prefer-lowest"
1111

12-
before_install:
13-
- composer self-update
14-
1512
install:
1613
- composer update --prefer-dist --no-interaction $COMPOSER_OPTS
1714

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# phpstan-laravel
22
Laravel plugins for [PHPStan](https://github.com/phpstan/phpstan)
33

4+
[![Build Status](https://img.shields.io/travis/Weebly/phpstan-laravel/master.svg?style=flat-square)](https://travis-ci.org/Weebly/phpstan-laravel)
5+
46
## Usage
57

68
To use this extension, require it in [Composer](https://getcomposer.org/):

0 commit comments

Comments
 (0)