Skip to content

Commit

Permalink
chore: experimental change
Browse files Browse the repository at this point in the history
  • Loading branch information
chidimo committed Feb 27, 2020
1 parent 669ddcf commit 2ac75b2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ addons:
- postgresql-10
- postgresql-client-10
before_install:
- sudo sed -i -e '/local.*peer/s/postgres/all/' -e 's/peer\|md5/trust/g' /etc/postgresql/*/main/pg_hba.conf
- sudo service postgresql restart
- sleep 1
- sudo cp /etc/postgresql/{9.6,10}/main/pg_hba.conf
- sudo /etc/init.d/postgresql restart
matrix:
include:
- node_js: '12'
Expand Down

0 comments on commit 2ac75b2

Please sign in to comment.