Skip to content

Commit

Permalink
chore(): configure coveralls, travis deploy and hound
Browse files Browse the repository at this point in the history
  • Loading branch information
ldlsegovia committed Mar 26, 2017
1 parent 8a38604 commit ef8c998
Show file tree
Hide file tree
Showing 11 changed files with 1,158 additions and 56 deletions.
1 change: 1 addition & 0 deletions .coveralls.yml
@@ -0,0 +1 @@
service_name: travis-ci
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -6,3 +6,4 @@ spec/dummy/db/*.sqlite3-journal
spec/dummy/log/*.log
spec/dummy/tmp/
spec/dummy/.sass-cache
coverage/
4 changes: 4 additions & 0 deletions .hound.yml
@@ -0,0 +1,4 @@
---
ruby:
enabled: true
config_file: ".rubocop.yml"

0 comments on commit ef8c998

Please sign in to comment.