album/.travis.yml
Rasmus Kaj ffb5bbaf39 Reimplement all time-based views.
Also, proper database migrations and an attempt to make things
work on travis.
2016-06-04 21:08:14 +02:00

8 lines
200 B
YAML

language: rust
services:
- postgresql
before_script:
- psql -c 'create database fandjango;' -U postgres
- echo "DATABASE_URL='postgres://postgres@localhost/rphotos'" > .env
- diesel migration run