Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
charmander committed Nov 6, 2020
1 parent 23c43a4 commit 3d35ed5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -29,11 +29,10 @@ matrix:
ssl_ca_file = 'test-client-ca.crt'
- printf 'hostssl all all %s cert\n' 127.0.0.1/32 ::1/128 | sudo tee /etc/postgresql/10/main/pg_hba.conf > /dev/null
- sudo cat /etc/postgresql/10/main/pg_hba.conf
- sudo make -C packages/pg/test/tls install DESTDIR=/etc/postgresql/10/main
- sudo make -C packages/pg/test/tls install DESTDIR=/var/ramfs/postgresql/10/main
- sudo systemctl cat postgresql@10-main || true
- sudo systemctl restart postgresql@10-main || true
- sudo systemctl status -l postgresql@10-main
- sudo systemctl status -l postgresql@10-main || true
- yarn build
script:
- sudo pgrep -a postgres
Expand Down

0 comments on commit 3d35ed5

Please sign in to comment.