album/.travis.yml

9 lines
253 B
YAML
Raw Normal View History

2015-11-26 19:30:19 +03:00
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