diff --git a/.travis.yml b/.travis.yml index 4465afd58..1e4d4244f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,6 @@ script: - diesel migration run - cargo test env: - - LEMMY_DATABASE_URL=postgres://lemmy:password@localhost:5432/lemmy + - DATABASE_URL=postgres://lemmy:password@localhost:5432/lemmy addons: postgresql: "9.4"