Skip to content

Commit

Permalink
Add Hound config; fix circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Jun 15, 2016
1 parent c72b248 commit 1893fcb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .hound.yml
@@ -0,0 +1,3 @@
ruby:
enabled: true
config_file: .rubocop.yml
4 changes: 1 addition & 3 deletions circle.yml
Expand Up @@ -3,13 +3,11 @@ machine:
version: 2.3.0

environment:
DATABASE_URL: postgres://postgres@127.0.0.1:5433/test_database
DATABASE_URL: postgres://postgres@127.0.0.1:5432/test_database

dependencies:
pre:
- gem install bundler -v 1.11.2
- sudo service postgresql stop 9.4
- sudo cp -v /etc/postgresql/9.{4,5}/main/pg_hba.conf && sudo service postgresql restart 9.5

database:
override:
Expand Down

0 comments on commit 1893fcb

Please sign in to comment.