]> Untitled Git - lemmy.git/commitdiff
Messing with travis 4.
authorDessalines <tyhou13@gmx.com>
Wed, 20 Nov 2019 00:12:29 +0000 (16:12 -0800)
committerDessalines <tyhou13@gmx.com>
Wed, 20 Nov 2019 00:12:29 +0000 (16:12 -0800)
.travis.yml

index 793f20747d1e6228cae3ec5a553eaaf2822b112e..5fc26cdeb88d76b5acfe18e625d4fac919c572b6 100644 (file)
@@ -16,7 +16,6 @@ before_script:
 before_install:
   - cd server
 script:
-  - cargo install diesel_cli --no-default-features --features postgres
   - diesel migration run
   - cargo build
   - cargo test