Skip to content
This repository was archived by the owner on Jun 23, 2019. It is now read-only.

Commit e5678b4

Browse files
author
Che Kun
committed
Update README.md
1 parent ee15325 commit e5678b4

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
@@ -1,5 +1,7 @@
11
# php wrapper for [httpsqs](http://code.google.com/p/httpsqs/)
22

3+
[![Build Status](https://travis-ci.org/chekun/httpsqs.svg?branch=master)](https://travis-ci.org/chekun/httpsqs)
4+
35
# How to use
46

57
```php
@@ -17,4 +19,4 @@
1719
$queue->reset();
1820
//set queue max length
1921
$queue->maxQueue($length = 10000);
20-
```
22+
```

0 commit comments

Comments
 (0)