Try key:generate in pipeline build

This commit is contained in:
Ben Ramey
2017-11-07 19:25:37 -06:00
parent 9d670353dc
commit ff94f81205

View File

@@ -14,4 +14,5 @@ pipelines:
- apt-get update && apt-get install -y unzip - apt-get update && apt-get install -y unzip
- curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer - curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
- composer install - composer install
- artisan key:generate
- vendor/bin/phpunit - vendor/bin/phpunit