Skip to content

Commit

Permalink
Merge pull request #158 from quintanilhar/ignore-codeclimate-in-pr
Browse files Browse the repository at this point in the history
Ignore codeclimate report generation for PR's
  • Loading branch information
kiwiz committed Oct 31, 2017
1 parent 937e6d3 commit 5885f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ script:
- cp tests/config_test.php config.php
- cp tests/hook_test.php hook.php
- ./vendor/bin/phpunit --configuration tests/phpunit.xml --coverage-clover build/logs/clover.xml
- ./vendor/bin/test-reporter
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then ./vendor/bin/test-reporter; fi'
cache:
directories:
- vendor

0 comments on commit 5885f96

Please sign in to comment.