travis: Cache test results in cachix.

This commit is contained in:
~siprel 2020-06-11 01:00:26 +00:00
parent 849d25044a
commit f853557472
2 changed files with 5 additions and 0 deletions

4
nix/cachix/tests.nix Normal file
View File

@ -0,0 +1,4 @@
let
ops = import ../ops/default.nix {};
in
{ urbit-test-results = ops.test; }

View File

@ -31,6 +31,7 @@ nix-build --no-out-link \
--max-jobs 2 \
nix/cachix/local.nix \
nix/cachix/release.nix \
nix/cachix/tests.nix \
> .cache.list
cachix push urbit2 < .cache.list