From ff94f8120591b033831767b4d3eda29cd288ceb4 Mon Sep 17 00:00:00 2001 From: Ben Ramey Date: Tue, 7 Nov 2017 19:25:37 -0600 Subject: [PATCH] Try key:generate in pipeline build --- bitbucket-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 3dc649b..8ababae 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -14,4 +14,5 @@ pipelines: - apt-get update && apt-get install -y unzip - curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer - composer install + - artisan key:generate - vendor/bin/phpunit \ No newline at end of file