This commit is contained in:
Dessalines 2019-04-06 09:46:31 -07:00
parent c9b14e7024
commit 5aa7546ffe

View file

@ -20,8 +20,8 @@ script:
- cargo build --all
- cargo test --all
env:
- DATABASE_URL=postgres://rrr:rrr@localhost/rrr
global:
- DATABASE_URL=postgres://rrr:rrr@localhost/rrr
- PGPORT=5433
addons:
postgresql: "10"