forked from gjedeer/celery-php
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix CI by pinning the version of amqp
Must install the Ubuntu package librabbitmq-dev for the amqp extension to successfully compile. Can't install the latest version of the amqp extension as it does not support the installed version of librabbitmq. Can't test against PHP 7.0+ as the older version of the amqp extension can't successfully compile. Use RabbitMQ 4+ to be compatible with the configurations in testscenario. Move rabbitmq and redis service invocations to Travis's "services" feature. Fixes gjedeer#109
- Loading branch information
Showing
3 changed files
with
13 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters