Skip to content

Commit

Permalink
fix badge, remove unused scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher-evans committed Aug 10, 2018
1 parent 0f36498 commit f60cb6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# West PHP Coding Standard

[//]: # ([![Build Status](https://travis-ci.org/christopher-evans/log.svg?branch=master)](https://travis-ci.org/christopher-evans/log))
[//]: # ([![Maintainability](https://api.codeclimate.com/v1/badges/9709ef3f069c06f40e4c/maintainability)](https://codeclimate.com/github/christopher-evans/log/maintainability))

[![Build Status](https://travis-ci.org/christopher-evans/west-php-code-sniffer.svg?branch=master)](https://travis-ci.org/christopher-evans/west-php-code-sniffer)

## Autoloading

Expand Down
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
"test": [
"@add-standard",
"phpunit"
],
"cs-check": "phpcs ./West",
"cs-fix": "phpcbf ./West"
]
}
}

0 comments on commit f60cb6a

Please sign in to comment.