This commit is contained in:
Dessalines 2019-04-06 09:46:31 -07:00
parent 257302a274
commit 3687dfd1a6

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"