language: php php: - '5.6' - '7.0' install: - composer install script: - composer lint - composer test