language: php php: - 5.5.9 - 5.6 - 7.0 - hhvm sudo: false branches: only: - master - laravel4 install: composer install --no-interaction --prefer-source script: phpunit