Push Travis builds to cachix in background

This commit is contained in:
Alexander Sosedkin 2019-09-22 17:49:00 +07:00
parent 57116a7636
commit a68033c30a

View file

@ -9,6 +9,7 @@ env:
install: install:
- nix-env -iA cachix -f https://cachix.org/api/v1/install - nix-env -iA cachix -f https://cachix.org/api/v1/install
- cachix use "${CACHIX_CACHE}" - cachix use "${CACHIX_CACHE}"
- cachix push "${CACHIX_CACHE}" -w &
script: script:
- nix-build ci.nix - nix-build ci.nix