Skip to content

Commit

Permalink
Merge pull request #3 from SykesCottages/speed-up-build
Browse files Browse the repository at this point in the history
Add badges to the readme and improve the tavis docker config
  • Loading branch information
richardhughes authored Jan 19, 2019
2 parents 2f071be + 18a6f73 commit bf6de48
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,18 @@ services:
- docker

before_install:
- docker-compose up -d
- docker-compose -f docker-compose.yml up -d
- docker-compose -f docker-compose.yml run wait

before_script:
- mkdir -p build/logs
- ls -al

install:
- travis_retry composer install --no-interaction
- wget -c -nc --retry-connrefused --tries=0 https://github.com/php-coveralls/php-coveralls/releases/download/v2.1.0/php-coveralls.phar
- chmod +x php-coveralls.phar
- php php-coveralls.phar --version

before_script:
- mkdir -p build/logs

script:
- ./vendor/bin/grumphp run

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

[![Build Status](https://travis-ci.org/SykesCottages/Qu.svg?branch=master)](https://travis-ci.org/SykesCottages/Qu)
[![Coverage Status](https://coveralls.io/repos/github/SykesCottages/Qu/badge.svg?branch=master)](https://coveralls.io/github/SykesCottages/Qu?branch=master)
[![Latest Stable Version](https://poser.pugx.org/sykescottages/qu/v/stable)](https://packagist.org/packages/sykescottages/qu)
[![Total Downloads](https://poser.pugx.org/sykescottages/qu/downloads)](https://packagist.org/packages/sykescottages/qu)
[![Latest Unstable Version](https://poser.pugx.org/sykescottages/qu/v/unstable)](https://packagist.org/packages/sykescottages/qu)

This package has been designed to switch out queue providers using a Queue & Consumer interface. You can use this package with
RabbitMQ & SQS to seamlessly switch between the two.
Expand Down

0 comments on commit bf6de48

Please sign in to comment.