Skip to content

Commit

Permalink
Add make test-php-style to drone
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDiver1975 committed Apr 20, 2018
1 parent 075a1c0 commit ca9eeee
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,15 @@ pipeline:
matrix:
TEST_SUITE: lint

php-cs-fixer:
image: owncloudci/php:${PHP_VERSION}
pull: true
commands:
- make test-php-style
when:
matrix:
TEST_SUITE: php-cs-fixer

phpunit:
image: owncloudci/php:${PHP_VERSION}
pull: true
Expand Down Expand Up @@ -346,6 +355,10 @@ matrix:
- TEST_SUITE: lint
PHP_VERSION: 7.2

# php-cs-fixer
- TEST_SUITE: php-cs-fixer
PHP_VERSION: 7.2

# Litmus
- PHP_VERSION: 7.1
USE_SERVER: true
Expand Down

0 comments on commit ca9eeee

Please sign in to comment.