Closed TNovalis closed 7 years ago
Travis-CI still rockin' Ubuntu 12.04
HHVM is no longer supported on Ubuntu Precise. Please consider using Trusty with `dist: trusty`
In general I would say that php5.5 can be removed and instead add php7.1.
hhvm and nightly builds are most times flagged as allow failures
cause hhvm has some special things where vanilla php functions doesn't work. Laravel itself doesn't test with hhvm in general.
https://github.com/laravel/framework/blob/master/.travis.yml
Have added the changes in PR #62
Adds support for Laravel 5.5 package auto-discovery. Just a simple
composer.json
change.