Skip to content

Commit

Permalink
Change 0.2 badges to correct branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Brokman committed Sep 8, 2016
1 parent cca9eff commit 18750bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## SafeQueue

[![Latest Version on Packagist](https://img.shields.io/packagist/v/maxbrokman/safe-queue.svg?style=flat-square)](https://packagist.org/packages/maxbrokman/safe-queue)
[![Build Status](https://img.shields.io/travis/maxbrokman/SafeQueue.svg?maxAge=2592000&style=flat-square)](https://travis-ci.org/maxbrokman/SafeQueue)
[![Test Coverage](https://img.shields.io/coveralls/maxbrokman/SafeQueue.svg?maxAge=2592000&style=flat-square)](https://coveralls.io/github/maxbrokman/SafeQueue)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
[![Latest Version on Packagist](https://img.shields.io/packagist/v/maxbrokman/safe-queue.svg)](https://packagist.org/packages/maxbrokman/safe-queue)
[![Build Status](https://travis-ci.org/maxbrokman/SafeQueue.svg?branch=0.2)](https://travis-ci.org/maxbrokman/SafeQueue)
[![Coverage Status](https://coveralls.io/repos/github/maxbrokman/SafeQueue/badge.svg?branch=0.2)](https://coveralls.io/github/maxbrokman/SafeQueue?branch=0.2)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE)

A Laravel Queue worker that's safe for use with Laravel Doctrine

Expand Down

0 comments on commit 18750bb

Please sign in to comment.