hootlex / laravel-moderation

A simple Content Moderation System for Laravel 5.* that allows you to Approve or Reject resources like posts, comments, users, etc.
MIT License
526 stars 68 forks source link

Improve the travis build #10

Closed stephane-monnot closed 8 years ago

stephane-monnot commented 8 years ago

@hootlex Check and if ok, can be merged

hootlex commented 8 years ago

@stephane-monnot thanks! I will also integrate code-climate when I have some time.

stephane-monnot commented 8 years ago

@hootlex I wanted to suggest you integrate code-climate, but I knew you will do :wink: .

hootlex commented 8 years ago

@stephane-monnot yeah, it's too cool! If you use it once, you have to use it everywhere.

stephane-monnot commented 8 years ago

I disable xdebug in the travis file, if don't know how the code climate extension get the code coverage. So if you can't get, try to delete the xdebug disable line in the travis. If you don't need to remove this line, we can optimize the travis build of laravel friendship package by removing the xdebug extension ;).

hootlex commented 8 years ago

I think it's mandatory to have xdebug enabled for codeclimate to work. So, I will enable it when time comes. Thanks for pointing it out.