album/.travis.yml

10 lines
264 B
YAML
Raw Normal View History

2015-11-26 19:30:19 +03:00
language: rust
2016-09-23 18:16:11 +03:00
cache: cargo
services:
- postgresql
before_script:
2016-09-23 18:16:11 +03:00
- cargo update || true
2016-06-05 00:46:49 +03:00
- echo "DATABASE_URL=postgres://localhost/rphotos" > .env
2016-09-23 18:16:11 +03:00
- cargo install -v diesel_cli --no-default-features --features postgres || true
2016-06-05 01:57:38 +03:00
- $HOME/.cargo/bin/diesel setup