From f836f88e38fb4bb0b682d301081254bb59923bf6 Mon Sep 17 00:00:00 2001 From: Vincent Sposato Date: Sat, 15 Aug 2015 20:15:55 -0400 Subject: [PATCH] Another tweak getting closer --- .travis.yml | 1 + 1 file changed, 1 insertion(+) 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