Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
uniibu committed Aug 20, 2020
1 parent 67517e8 commit c8244d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ addons:
before_script:
- psql -c 'create user lazy_test_user with password '"'lazy_test_pw'"';' -U postgres
- psql -c 'create database lazy_test owner lazy_test_user;' -U postgres
- psql -c 'create database lazy_test_pool owner lazy_test_user;' -U postgres
script: "NODE_ENV=travis && npm run test"
after_script: "npm install coveralls && npm run coverage"
after_script: "npm install coveralls && npm run coverage"

0 comments on commit c8244d4

Please sign in to comment.