comocode / laravel-ab

Laravel 5 A/B experiment testing using with Blade
https://packagist.org/packages/comocode/laravel-ab
MIT License
31 stars 14 forks source link

update test to specify laravel 5.1 since app.php is from 5.1 #3

Closed 82rules closed 8 years ago

82rules commented 8 years ago

updating test to fix ab:migrate error on travis https://travis-ci.org/comocode/laravel-ab/jobs/115569946 caused by app.php being incompatible with 5.2

Must find a way to dynamically inject service providers to avoid conflicts in the future and test current versions.