This commit is contained in:
Dessalines 2019-04-06 09:03:55 -07:00
parent a9178e1eb5
commit d2f234927d

View file

@ -17,7 +17,9 @@ before_install:
- cd server
script:
- cargo install diesel_cli --no-default-features --features postgres
- cargo install
- cargo build
- diesel migration run
- cargo build --all
- cargo test --all
env:
- DATABASE_URL=postgres://rrr:rrr@localhost/rrr