Skip to content

Commit

Permalink
run codesniffler on tests dir as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
stopfstedt committed Dec 10, 2016
1 parent 3936e09 commit edd99c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ install:
- composer install --no-interaction --prefer-dist -d ${TRAVIS_BUILD_DIR}
script:
- bin/phpcs --standard=PSR2 src
- bin/phpcs --standard=PSR2 tests
- bin/phpunit tests
notifications:
slack:
Expand Down

0 comments on commit edd99c0

Please sign in to comment.