diff options
| author | mo <mokha@cisco.com> | 2017-04-27 21:12:42 -0600 |
|---|---|---|
| committer | mo <mokha@cisco.com> | 2017-04-27 21:12:42 -0600 |
| commit | 37d3ba04bdc304b32392c9513a8eeebf0cdd23d1 (patch) | |
| tree | d9d79a784ef25ece0aad450db77ecb48b0979ada | |
| parent | cfcfea9f19fdb11778c66f699f2192a5db5469fd (diff) | |
remove codeclimate.
| -rw-r--r-- | .travis.yml | 3 | ||||
| -rw-r--r-- | README.md | 4 |
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 @@ -1,6 +1,4 @@ [](https://travis-ci.org/cakeside/cakeside)
-[](https://codeclimate.com/github/cakeside/cakeside)
-[](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
|
