about summary refs log tree commit diff
path: root/.travis.yml
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-09-02T20·58+0100
committerVincent Ambo <tazjin@google.com>2019-09-02T20·58+0100
commit8ae6cb2b9591376f0850aaa0f21e966b0391e519 (patch)
tree4f07943cead2305dc3f79f78730e3086b5fc0c2f /.travis.yml
parentd577629b5b2c767a6031f90fe1303f8811a8b870 (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.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index eace0ae15b..fbccf99f22 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: