Skip to content

Commit

Permalink
CI - run self-analysis after success build
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenekdrahos committed Jan 6, 2016
1 parent 412c488 commit b2a69ec
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 @@ -6,6 +6,8 @@ install:
- composer install
script:
- vendor/phpunit/phpunit/phpunit
after_success:
- ./phpqa --output cli --tools phploc,phpcpd,phpcs,phpmd
# http://blog.wyrihaximus.net/2015/07/composer-cache-on-travis/
cache:
directories:
Expand Down

0 comments on commit b2a69ec

Please sign in to comment.