album/.travis.yml
2016-06-05 00:57:38 +02:00

8 lines
219 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
- $HOME/.cargo/bin/diesel setup