]> Untitled Git - lemmy.git/commitdiff
Messing with travis 2.
authorDessalines <tyhou13@gmx.com>
Tue, 19 Nov 2019 23:58:38 +0000 (15:58 -0800)
committerDessalines <tyhou13@gmx.com>
Tue, 19 Nov 2019 23:58:38 +0000 (15:58 -0800)
.travis.yml

index 5dd835dfe258e7a339bd02a40fe3b627ccb60461..fba9292a5ed2898df4580375cd5b94fa493ed3c1 100644 (file)
@@ -5,14 +5,18 @@ matrix:
   allow_failures:
     - rust: nightly
   fast_finish: true
-cache: cargo
+cache:
+  directories:
+    - /home/travis/.cargo
+before_cache:
+  - rm -rf /home/travis/.cargo/registry
 before_script:
   - psql -c "create user rrr with password 'rrr' superuser;" -U postgres
   - psql -c 'create database rrr with owner rrr;' -U postgres
-  - cargo install --force diesel_cli --no-default-features --features postgres
 before_install:
   - cd server
 script:
+  - cargo install --force diesel_cli --no-default-features --features postgres
   - diesel migration run
   - cargo build
   - cargo test