diff --git a/.travis.yml b/.travis.yml index c17e29c442..91b4beb3ed 100755 --- a/.travis.yml +++ b/.travis.yml @@ -32,6 +32,7 @@ before_script: - php artisan db:seed --env=travis-ci --no-interaction -vvv - ./vendor/bin/codecept build - php artisan serve --env=travis-ci & + - php artisan env # omitting "script:" will default to phpunit # use the $DB env variable to determine the phpunit.xml to use