Fixing travis build. 3.

pull/722/head
Dessalines 2019-12-28 16:44:57 -05:00
parent 2e81a0d57a
commit 331aecbba6
1 changed files with 1 additions and 1 deletions

2
.travis.yml vendored
View File

@ -20,6 +20,6 @@ script:
- cargo build - cargo build
- cargo test - cargo test
env: env:
- DATABASE_URL=postgres://lemmy:password@localhost:5432/lemmy - LEMMY_DATABASE_URL=postgres://lemmy:password@localhost:5432/lemmy
addons: addons:
postgresql: "9.4" postgresql: "9.4"