Skip to content

Commit 23c43a4

Browse files
committed
debug
1 parent 4ddf836 commit 23c43a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ matrix:
3131
- 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 restart postgresql@10-main
34+
- sudo systemctl cat postgresql@10-main || true
35+
- sudo systemctl restart postgresql@10-main || true
3536
- sudo systemctl status -l postgresql@10-main
3637
- yarn build
3738
script:

0 commit comments

Comments
 (0)