2015-11-26 19:30:19 +03:00
|
|
|
language: rust
|
2016-06-04 22:08:14 +03:00
|
|
|
services:
|
|
|
|
- postgresql
|
|
|
|
before_script:
|
|
|
|
- psql -c 'create database fandjango;' -U postgres
|
|
|
|
- echo "DATABASE_URL='postgres://postgres@localhost/rphotos'" > .env
|
2016-06-04 23:50:35 +03:00
|
|
|
- cargo install -v diesel_cli --no-default-features
|
2016-06-04 22:08:14 +03:00
|
|
|
- diesel migration run
|