From 359a0c3b686d9e368b8d75026d8c59fff8a722b9 Mon Sep 17 00:00:00 2001 From: Nafies Luthfi Date: Tue, 29 Aug 2017 13:57:56 +0000 Subject: [PATCH] bitbucket-pipelines.yml edited online with Bitbucket --- bitbucket-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index a535755..a8012c9 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -16,4 +16,6 @@ pipelines: - docker-php-ext-install -j$(nproc) gd - curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer - composer install + - cp .env.example .env + - php artisan key:generate - vendor/bin/phpunit \ No newline at end of file