diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index de62c00..3dc649b 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -14,6 +14,4 @@ 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 - - touch .env - - php artisan key:generate - vendor/bin/phpunit \ No newline at end of file