Skip to content

Commit 4ddf836

Browse files
committed
debug
1 parent ac1e7bb commit 4ddf836

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: .travis.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,15 @@ matrix:
2828
ssl_key_file = 'test-server.key'
2929
ssl_ca_file = 'test-client-ca.crt'
3030
31-
- printf 'hostssl all all %s cert\n' 127.0.0.1/32 ::1/128 | sudo tee /etc/postgresql/10/main/pg_hba.conf
31+
- 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
3232
- sudo cat /etc/postgresql/10/main/pg_hba.conf
3333
- sudo make -C packages/pg/test/tls install DESTDIR=/etc/postgresql/10/main
34-
- sudo systemctl reload postgresql@10-main
34+
- sudo systemctl restart postgresql@10-main
35+
- sudo systemctl status -l postgresql@10-main
3536
- yarn build
3637
script:
3738
- sudo pgrep -a postgres
39+
- sudo ps aux | grep postgres
3840
- psql -c 'SHOW ssl_cert_file;' || true
3941
- psql -h localhost -c 'SHOW ssl_cert_file;' || true
4042
- cd packages/pg

0 commit comments

Comments
 (0)