Skip to content

Commit 43e369b

Browse files
committed
Travis status added.
1 parent 77a6332 commit 43e369b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ php-image-resize
33

44
PHP class to resize and scale images.
55

6+
[![Build Status](https://travis-ci.org/eventviva/php-image-resize.svg?branch=master)](https://travis-ci.org/eventviva/php-image-resize)
7+
68
Setup
79
-----
810

@@ -157,4 +159,4 @@ $image
157159
->crop(100, 100)
158160
->save('image4.jpg')
159161
;
160-
```
162+
```

0 commit comments

Comments
 (0)