We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4853f9 commit 063ae70Copy full SHA for 063ae70
.travis.yml
@@ -13,7 +13,7 @@ services:
13
language: rust
14
env: |
15
DATABASE_POOL_SIZE=5 \
16
- DATABASE_URL=postgres://postgres@/rfcbot \
+ DATABASE_URL=postgres:///rfcbot \
17
GITHUB_SCRAPE_INTERVAL=6000 \
18
GITHUB_USER_AGENT=rfcbot-rs \
19
GITHUB_WEBHOOK_SECRETS=none \
@@ -24,6 +24,7 @@ before_install:
24
- cargo fmt --all -- --check
25
install:
26
- sudo systemctl start postgresql
27
+ - sudo -u postgres createuser --no-password --superuser $USER
28
- cargo install diesel_cli --no-default-features --features postgres -Z install-upgrade
29
before_script:
30
- diesel setup
0 commit comments