language: php php: - 7.0 - 7.1 - 7.2 before_script: - cp .env.travis .env - mysql -e 'create database homestead_test;' script: - vendor/bin/phpunit