album/.travis.yml
2016-09-23 17:16:24 +02:00

10 lines
264 B
YAML

language: rust
cache: cargo
services:
- postgresql
before_script:
- cargo update || true
- echo "DATABASE_URL=postgres://localhost/rphotos" > .env
- cargo install -v diesel_cli --no-default-features --features postgres || true
- $HOME/.cargo/bin/diesel setup