Fixing travis build. 4.

pull/722/head
Dessalines 5 years ago
parent 331aecbba6
commit 92825f4c98

3
.travis.yml vendored

@ -16,8 +16,9 @@ before_script:
before_install:
- cd server
script:
- diesel migration run
- cargo build
- cargo install diesel_cli --no-default-features --features postgres
- diesel migration run
- cargo test
env:
- LEMMY_DATABASE_URL=postgres://lemmy:password@localhost:5432/lemmy

Loading…
Cancel
Save