Skip to content

Commit

Permalink
Merge bdfb65e into bcd571e
Browse files Browse the repository at this point in the history
  • Loading branch information
chiomadans1759 committed Aug 26, 2019
2 parents bcd571e + bdfb65e commit 333f2e6
Show file tree
Hide file tree
Showing 15 changed files with 645 additions and 305 deletions.
Binary file modified .DS_Store
Binary file not shown.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ services:

before_script:
- psql -c "CREATE DATABASE testing_db;" -U postgres
- psql -c "ALTER ROLE postgres PASSWORD 'postgres';" -U postgres

script:
- npm test
after_success:
- npm run coverage
- npm run undo:migration
Loading

0 comments on commit 333f2e6

Please sign in to comment.