Skip to content

Commit d2eac37

Browse files
committed
Apparently we don't have pg_ctl
1 parent c1ab342 commit d2eac37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ env:
2828

2929
install:
3030
- sudo cp /etc/postgresql/10/main/pg_hba.conf /etc/postgresql/11/main/pg_hba.conf
31-
- sudo pg_ctl reload
31+
- sudo systemctl restart postgresql@11-main
3232
- script/ci/cargo-clean-on-new-rustc-version.sh
3333
- cargo install --force diesel_cli --vers `cat .diesel_version` --no-default-features --features postgres && export PATH=$HOME/.cargo/bin:$PATH
3434

0 commit comments

Comments
 (0)