This commit is contained in:
Dessalines 2019-04-06 09:50:28 -07:00
parent 3687dfd1a6
commit 2dae757ad9

View file

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