From: Dessalines Date: Sat, 24 Aug 2019 02:54:38 +0000 (-0700) Subject: Messing with travis build. X-Git-Url: http://these/git/?a=commitdiff_plain;h=ba9f357b1409b9101bf47940573389d9588340d1;p=lemmy.git Messing with travis build. --- diff --git a/.travis.yml b/.travis.yml index 26410fef..4da3239a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,9 +12,6 @@ before_script: before_install: - cd server script: - - cargo install --force diesel_cli --no-default-features --features postgres - - diesel migration run - - cargo build --all - cargo test --all env: - DATABASE_URL=postgres://rrr:rrr@localhost/rrr