Skip to content

Commit

Permalink
feat(build): Configure Cachix for build caching in CI
Browse files Browse the repository at this point in the history
The CI setup is configured with an appropriate key to enable pushes to
the nixery.cachix.org binary cache.
  • Loading branch information
tazjin authored and Vincent Ambo committed Aug 4, 2019
1 parent 504546d commit 6390bbe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
language: nix
before_script:
- nix-env -iA nixpkgs.cachix
- cachix use nixery
script:
- nix-build | cachix push nixery

0 comments on commit 6390bbe

Please sign in to comment.