1967c3dddf
Sqlite is not needed (and not provided on travis).
9 lines
253 B
YAML
9 lines
253 B
YAML
language: rust
|
|
services:
|
|
- postgresql
|
|
before_script:
|
|
- psql -c 'create database fandjango;' -U postgres
|
|
- echo "DATABASE_URL='postgres://postgres@localhost/rphotos'" > .env
|
|
- cargo install -v diesel_cli --no-default-features
|
|
- diesel migration run
|