Browse Source

bitbucket-pipelines.yml edited online with Bitbucket

pull/1/head
Nafies Luthfi 8 years ago
parent
commit
359a0c3b68
  1. 2
      bitbucket-pipelines.yml

2
bitbucket-pipelines.yml

@ -16,4 +16,6 @@ pipelines:
- docker-php-ext-install -j$(nproc) gd
- curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
- composer install
- cp .env.example .env
- php artisan key:generate
- vendor/bin/phpunit
Loading…
Cancel
Save