Skip to content

Commit

Permalink
Added config variables to help test coverage; #20
Browse files Browse the repository at this point in the history
- .codeclimate.yml - Added default config from Code Climate

- .travis.yml - Explicitly set db to pg
  • Loading branch information
msnyon committed Jan 30, 2016
1 parent cfbbc8e commit 41616de
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
engines:
duplication:
enabled: true
config:
languages:
- javascript
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ language: node_js
node_js:
- "4.2.6"
- "5.5.0"

env:
- DB=pgsql
addons:
postgresql: 9.5
apt:
Expand Down

0 comments on commit 41616de

Please sign in to comment.