album/.travis.yml
2016-06-04 23:46:49 +02:00

9 lines
277 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
- RUST_BACKTRACE=1 $HOME/.cargo/bin/diesel setup
- $HOME/.cargo/bin/diesel migration run