mariusbalcytis / webpack-bundle

Bundle to Integrate Webpack into Symfony
MIT License
122 stars 36 forks source link

Travis CI: Remove HHVM #69

Closed alexislefebvre closed 7 years ago

alexislefebvre commented 7 years ago

HHVM is not supported anymore:

HHVM is no longer supported on Ubuntu Precise. Please consider using Trusty with dist: trusty.

Source: https://travis-ci.org/mariusbalcytis/webpack-bundle/jobs/241059478

alexislefebvre commented 7 years ago

We could also upgrade the Travis CI suite to use Ubuntu Trusty.

mariusbalcytis commented 7 years ago

I don't know whether HHVM support is really needed - it get's more complicated to keep that supported when other vendors drop the support. So unless somebody really wants the support and opens the ticket, let's just remove it.

Thanks!