Skip to content

Commit

Permalink
feat(drone): validate coding style after push
Browse files Browse the repository at this point in the history
  • Loading branch information
GimmyHchs authored and Gimmy committed May 27, 2018
1 parent 11f68fb commit e4f0372
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ clone:

pipeline:
backend:
image: laradock/workspace:2.2-7.1
image: hchstera/laravel-workspace
commands:
- php -v
- composer -V
- cp .env.example .env
- composer install --prefer-dist
- php artisan key:generate
- phpcs --standard=PSR2 -p app/ tests/ config/ routes/

pre-build:
image: docker:git
Expand Down

0 comments on commit e4f0372

Please sign in to comment.