summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo <mokha@cisco.com>2017-04-27 21:12:42 -0600
committermo <mokha@cisco.com>2017-04-27 21:12:42 -0600
commit37d3ba04bdc304b32392c9513a8eeebf0cdd23d1 (patch)
treed9d79a784ef25ece0aad450db77ecb48b0979ada
parentcfcfea9f19fdb11778c66f699f2192a5db5469fd (diff)
remove codeclimate.
-rw-r--r--.travis.yml3
-rw-r--r--README.md4
2 files changed, 1 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 63f818b4..6e25e1b4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,9 +4,6 @@ rvm:
cache: bundler
addons:
postgresql: '9.3'
- codeclimate:
- repo_token:
- secure: "V+0yFzUCgRi5AR6oZzApbbNMv62l0QxpGlrcZmF3EYzYlUew/E6aD+qL1JcZwPJ5LZ6trUTXXCKJRKEFST6G2qFtl96oyHu/5BGBCbSHOqXDosgvNkVe/4PicGPOFncQWlLpOfuzYwBMjpkbPyMZS9BFUIEoKXekZU1+aehSOqw="
sudo: false
before_script:
- cp config/database.yml.travis config/database.yml
diff --git a/README.md b/README.md
index 58fed81d..76373218 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,4 @@
[![Build Status](https://travis-ci.org/cakeside/cakeside.svg?branch=master)](https://travis-ci.org/cakeside/cakeside)
-[![Code Climate](https://codeclimate.com/github/cakeside/cakeside/badges/gpa.svg)](https://codeclimate.com/github/cakeside/cakeside)
-[![Test Coverage](https://codeclimate.com/github/cakeside/cakeside/badges/coverage.svg)](https://codeclimate.com/github/cakeside/cakeside)
## Environment Setup
@@ -19,6 +17,6 @@ Start server
bundle exec foreman start
-## Capistrano
+## Deployment
bundle exec cap production deploy