album/.travis.yml
Rasmus Kaj a4ea9b2e43 Typo.
2016-06-04 23:21:45 +02:00

9 lines
228 B
YAML

language: rust
services:
- postgresql
before_script:
- echo "DATABASE_URL='postgres://localhost/rphotos'" > .env
- cargo install -v diesel_cli --no-default-features --features postgres
- diesel setup
- diesel migration run