Skip to content

Commit

Permalink
Modify travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sonsoleslp committed Aug 20, 2020
1 parent 552f2e6 commit ce87e3f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ language: node_js
services:
- postgresql
before_script:
- psql -c "create database er_jest;create user loguser with encrypted password 'password';grant all privileges on database er_jest to loguser;" -U postgres
- psql -c "create database er_jest;" -U postgres
- psql -c "create user loguser with encrypted password 'password'" -U postgres
- psql -c "grant all privileges on database er_jest to loguser;" -U postgres
node_js:
- 12.16.1

0 comments on commit ce87e3f

Please sign in to comment.