Skip to content

Commit

Permalink
Merge 6b5f759 into d96efc4
Browse files Browse the repository at this point in the history
  • Loading branch information
Abobos committed Aug 20, 2019
2 parents d96efc4 + 6b5f759 commit d1290e6
Show file tree
Hide file tree
Showing 8 changed files with 1,176 additions and 212 deletions.
1 change: 1 addition & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repo_token: oXbUEfKxrsWp5IKNRE13j9RMBpGnTPM4j
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,15 @@ node_js:
cache:
directories:
- "node_modules"

services:
- postgresql

before_script:
- psql -c 'create database travis_ci_test;' -U postgres

script:
- npm run test

after_success:
- npm run coverage
Loading

0 comments on commit d1290e6

Please sign in to comment.