From 3258ed30160338d3652894d99151eb7b06141415 Mon Sep 17 00:00:00 2001 From: Seven Date: Thu, 29 Dec 2016 14:33:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=87=AA=E5=8A=A8=E5=8C=96?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E8=84=9A=E6=9C=AC=EF=BD=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index f543b0808..2d3f01ec2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,5 +4,10 @@ php: - 7.0 - 7.1 +install: + - composer install + - php -r "file_exists('.env') || copy('.env.example', '.env');" + - php artisan key:generate + script: - php vendor/bin/phpunit \ No newline at end of file