This commit is contained in:
Dessalines 2019-04-06 09:25:18 -07:00
parent a246d5ee58
commit 15b6e23364

View file

@ -8,8 +8,6 @@ matrix:
before_cache:
- cd server
cache: cargo
services:
- postgresql
before_script:
- psql -c "create user rrr with password 'rrr' superuser;" -U postgres
- psql -c 'create database rrr with owner rrr;' -U postgres
@ -23,3 +21,5 @@ script:
- cargo test --all
env:
- DATABASE_URL=postgres://rrr:rrr@localhost/rrr
addons:
postgresql: "9.4"