Skip to content

Commit

Permalink
Update README.md and .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vitkutny committed Mar 21, 2017
1 parent 189c37a commit 2d00bd8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ php:
- 7.1

script:
- vendor/bin/phpstan analyse -l 5 -c phpstan.neon src
- vendor/bin/phpstan analyse -l 5 src

before_script:
- travis_retry composer install --no-interaction --prefer-dist
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $ composer require pd/supervisor

Enable extension in your application configuration:

```neon
```yaml
extensions:
supervisor: Pd\Supervisor\DI\SupervisorExtension
```
Expand All @@ -32,8 +32,12 @@ supervisor:
autorestart: on

configuration:
group:
group-name:
programs:
- program-name
program:
name:
program-name:
command: moo
```

Expand Down

0 comments on commit 2d00bd8

Please sign in to comment.