Skip to content

Commit 3d35ed5

Browse files
committed
debug
1 parent 23c43a4 commit 3d35ed5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,10 @@ matrix:
2929
ssl_ca_file = 'test-client-ca.crt'
3030
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
32-
- sudo cat /etc/postgresql/10/main/pg_hba.conf
33-
- sudo make -C packages/pg/test/tls install DESTDIR=/etc/postgresql/10/main
32+
- sudo make -C packages/pg/test/tls install DESTDIR=/var/ramfs/postgresql/10/main
3433
- sudo systemctl cat postgresql@10-main || true
3534
- sudo systemctl restart postgresql@10-main || true
36-
- sudo systemctl status -l postgresql@10-main
35+
- sudo systemctl status -l postgresql@10-main || true
3736
- yarn build
3837
script:
3938
- sudo pgrep -a postgres

0 commit comments

Comments
 (0)