gjedeer / celery-php

PHP client for Celery
http://massivescale.net/celery-php/
Other
422 stars 120 forks source link

Add Travis CI testing to verify commits #91

Closed jdufresne closed 7 years ago

jdufresne commented 7 years ago

@gjedeer For this to work, I'll need you to turn on Travis CI for this repository. To do so, you can follow step 1 & 2 from the instructions here: https://docs.travis-ci.com/user/getting-started. Once done, let me know and I can trigger the build by pushing. This will help provide confidence that new PRs and features don't break existing code. Thanks!

To see the tests in action: https://travis-ci.org/jdufresne/celery-php/builds/222386719

gjedeer commented 7 years ago

Nice! I never got to implementing travis for this project, glad you did this. Perhaps we should move the project to an organization later on.

Enabled.