We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ddf836 commit 23c43a4Copy full SHA for 23c43a4
.travis.yml
@@ -31,7 +31,8 @@ matrix:
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
32
- sudo cat /etc/postgresql/10/main/pg_hba.conf
33
- sudo make -C packages/pg/test/tls install DESTDIR=/etc/postgresql/10/main
34
- - sudo systemctl restart postgresql@10-main
+ - sudo systemctl cat postgresql@10-main || true
35
+ - sudo systemctl restart postgresql@10-main || true
36
- sudo systemctl status -l postgresql@10-main
37
- yarn build
38
script:
0 commit comments