Another pipeline config try

This commit is contained in:
Ben Ramey
2017-11-07 19:29:06 -06:00
parent ff94f81205
commit 1669de11d5

View File

@@ -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