Messing with travis 1.

This commit is contained in:
Dessalines 2019-11-19 15:54:00 -08:00
parent fa1c306d64
commit 73e5c38f19

6
.travis.yml vendored
View file

@ -9,13 +9,13 @@ cache: cargo
before_script:
- psql -c "create user rrr with password 'rrr' superuser;" -U postgres
- psql -c 'create database rrr with owner rrr;' -U postgres
- cargo install --force diesel_cli --no-default-features --features postgres
before_install:
- cd server
script:
- cargo install --force diesel_cli --no-default-features --features postgres
- diesel migration run
- cargo build --all
- cargo test --all
- cargo build
- cargo test
env:
- DATABASE_URL=postgres://rrr:rrr@localhost/rrr
addons: