diff options
author | Vincent Ambo <tazjin@google.com> | 2019-09-02T20·58+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-09-02T20·58+0100 |
commit | 8ae6cb2b9591376f0850aaa0f21e966b0391e519 (patch) | |
tree | 4f07943cead2305dc3f79f78730e3086b5fc0c2f | |
parent | d577629b5b2c767a6031f90fe1303f8811a8b870 (diff) |
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.
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index eace0ae15bc6..fbccf99f223a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: nix +nix: 2.2.2 env: - NIX_PATH="nixpkgs=${TRAVIS_BUILD_DIR}" before_script: |