Skip to content

Commit ba96c5e

Browse files
committed
Update README and travis config
1 parent 245cb1e commit ba96c5e

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,8 @@ php:
88

99
install:
1010
- travis_retry composer self-update
11-
- travis_retry composer install
11+
- travis_retry composer install
12+
- phpenv rehash
13+
14+
script:
15+
- ./vendor/bin/phpunit --coverage-text

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ Then require the library in your PHP code:
1919

2020
```php
2121
require "vendor/autoload.php";
22-
``
22+
```
23+
24+
25+
Example
26+
------------
2327

2428
```php
2529
<?php

0 commit comments

Comments
 (0)