Skip to content

Commit

Permalink
Remove breaking code climate command
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Beak committed Aug 1, 2019
1 parent 823cc97 commit d9615fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ before_script:

script:
- "vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml"
- if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT; fi


after_script:
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Password checker
![Travis build](https://travis-ci.com/andybeak/password-checker-php.svg?branch=master)
[![Build Status](https://travis-ci.com/andybeak/password-checker-php.svg?branch=master)](https://travis-ci.com/andybeak/password-checker-php)
[![Maintainability](https://api.codeclimate.com/v1/badges/9a6d1f270f4a35d73b6b/maintainability)](https://codeclimate.com/github/andybeak/password-checker-php/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/9a6d1f270f4a35d73b6b/test_coverage)](https://codeclimate.com/github/andybeak/password-checker-php/test_coverage)

Expand Down

0 comments on commit d9615fb

Please sign in to comment.