bitbucket-pipelines.yml edited online with Bitbucket

This commit is contained in:
Ben Ramey
2017-11-08 01:33:24 +00:00
parent 1669de11d5
commit 5f9da8bcb9

View File

@@ -14,5 +14,6 @@ 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
- touch .env
- php artisan key:generate - php artisan key:generate
- vendor/bin/phpunit - vendor/bin/phpunit