album/.travis.yml
Rasmus Kaj 1967c3dddf Try without default features.
Sqlite is not needed (and not provided on travis).
2016-06-04 22:50:35 +02:00

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