nixery/.travis.yml
Vincent Ambo 6390bbee94 feat(build): Configure Cachix for build caching in CI
The CI setup is configured with an appropriate key to enable pushes to
the nixery.cachix.org binary cache.
2019-08-04 01:41:35 +01:00

7 lines
125 B
YAML

language: nix
before_script:
- nix-env -iA nixpkgs.cachix
- cachix use nixery
script:
- nix-build | cachix push nixery