album/.travis.yml
2017-07-27 17:35:45 +02:00

13 lines
290 B
YAML

language: rust
rust:
- 1.18.0
- stable
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