IMS94 / chr247.com

An open source multi tenant cloud platform for small scale clinics
https://chr247.herokuapp.com
MIT License
63 stars 35 forks source link

Add Travis CI #11

Closed narendravaghela closed 7 years ago

narendravaghela commented 7 years ago

Added travis ci configuration to run php unit tests on this application. Issue reference - #9

IMS94 commented 7 years ago

@narendravaghela Nice job! Can you update the before_script to have php artisan migrate:refresh --seed instead of php artisan migrate? That will make most of the tests pass.

narendravaghela commented 7 years ago

Updated the command.

IMS94 commented 7 years ago

@narendravaghela Great! Thanks for the PR. Merging. There are 3 test failures which are due to email sending related issues. I will fix them later. Thanks again!