Skip to content

Commit c4853f9

Browse files
committed
we know the service is started, diesel should be able to connect again
1 parent 711f035 commit c4853f9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,9 @@ env: |
2121
RUST_BACKTRACE=1 \
2222
RUST_LOG=error,rfcbot=debug
2323
before_install:
24-
- sudo systemctl start postgresql
25-
- psql -d "$DATABASE_URL" --list
2624
- cargo fmt --all -- --check
2725
install:
26+
- sudo systemctl start postgresql
2827
- cargo install diesel_cli --no-default-features --features postgres -Z install-upgrade
2928
before_script:
3029
- diesel setup

0 commit comments

Comments
 (0)