tvl-depot/.travis.yml
Vincent Ambo 8ae6cb2b95 chore: Pin Nix version in Travis builds
There are some unexpected cache misses in the Travis builds and I
suspect this might be due to mismatching Nix versions.
2019-09-02 21:58:39 +01:00

11 lines
314 B
YAML

language: nix
nix: 2.2.2
env:
- NIX_PATH="nixpkgs=${TRAVIS_BUILD_DIR}"
before_script:
- nix-env -f '<nixpkgs>' -iA cachix
- cachix use tazjin
script:
# All of my own tools are under the top-level 'tazjin' attribute
# set, this command will build all of them.
- nix-build -A tazjin | cachix push tazjin