Skip to content

Commit

Permalink
Merge pull request #27 from EmanueleMinotto/travis-phpcs
Browse files Browse the repository at this point in the history
Added phpcs check on Travis-CI
  • Loading branch information
Gianluca Arbezzano committed Aug 27, 2015
2 parents 005c0d5 + 30acb36 commit aa24ae7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ before_script:

install:
- composer install --prefer-source
- composer require --dev squizlabs/php_codesniffer

script:
- vendor/bin/phpcs --standard=psr2 src/
- vendor/bin/phpunit --coverage-clover=clover.xml

after_script:
Expand Down

0 comments on commit aa24ae7

Please sign in to comment.