Skip to content

Commit

Permalink
fixup! Add code sniffer check to travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
frankverhoeven committed Dec 7, 2018
1 parent 2038fea commit bf94909
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,12 @@ matrix:
- php: 7.2

install:
- composer install --prefer-source
- composer require php-coveralls/php-coveralls

before_script:
- composer self-update
- composer install --prefer-source
- vendor/bin/phpunit --colors=always --coverage-clover clover.xml
- composer require php-coveralls/php-coveralls

script:
- vendor/bin/phpunit
- vendor/bin/phpunit --colors=always --coverage-clover clover.xml
- vendor/bin/phpcs

after_script:
Expand Down

0 comments on commit bf94909

Please sign in to comment.