album/.travis.yml

9 lines
228 B
YAML
Raw Normal View History

2015-11-26 19:30:19 +03:00
language: rust
services:
- postgresql
before_script:
2016-06-05 00:20:45 +03:00
- echo "DATABASE_URL='postgres://localhost/rphotos'" > .env
- cargo install -v diesel_cli --no-default-features --features postgres
2016-06-05 00:21:45 +03:00
- diesel setup
- diesel migration run