diff options
-rw-r--r-- | .travis.yml | 1 | ||||
-rw-r--r-- | CHANGELOG.md | 1 | ||||
-rw-r--r-- | composer.json | 5 |
3 files changed, 1 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml index a2015206..c061338c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,6 @@ script: - go test ./service/headers -race -v -coverprofile=headers.txt -covermode=atomic - go test ./service/metrics -race -v -coverprofile=metrics.txt -covermode=atomic - go test ./service/health -race -v -coverprofile=health.txt -covermode=atomic - - vendor/bin/spiral-cs check src after_success: - bash <(curl -s https://codecov.io/bash) -f lib.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index df3f25fe..aa09b9e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,6 @@ v1.5.0 (12.10.2019) - initial code style fixes by @ScullWM - added health service for better integration with Kubernetes by @awprice - added support for payloads in GET methods by @moeinpaki -- added automatic CS fixer (spiral/code-style) v1.4.8 (06.09.2019) ------------------- diff --git a/composer.json b/composer.json index 47ad6a04..fd50fa16 100644 --- a/composer.json +++ b/composer.json @@ -28,8 +28,5 @@ }, "bin": [ "bin/rr" - ], - "require-dev": { - "spiral/code-style": "^1.0" - } + ] } |