From 1669de11d516ae886d0e116ebdf6fedeecc0b42a Mon Sep 17 00:00:00 2001 From: Ben Ramey Date: Tue, 7 Nov 2017 19:29:06 -0600 Subject: [PATCH] Another pipeline config try --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 8ababae..15e7f2b 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -14,5 +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 + - php artisan key:generate - vendor/bin/phpunit \ No newline at end of file