klaussilveira / SimpleSHM

SimpleSHM is a simple and small abstraction layer for shared memory manipulation using PHP. It makes use of the SHMOP functions, built into most PHP packages.
BSD 3-Clause "New" or "Revised" License
136 stars 46 forks source link

Test modern versions of PHP and use current Travis configuration #5

Closed tuupola closed 8 years ago

tuupola commented 8 years ago

This PR update Travis config to use new faster container base architecture. It also adds tests for PHP versions 5.5, 5.6, 7.0 and hhvm. Uses local phpunit to be sure old versions of PHP are supported. Caches Composer dependencies for faster build.